سلام
دوست عزیز من خودم به شخصه چنین سایتی رو سراغ ندارم ولی در تهیه اسلاید برای تولید رنگ ما از ترکیب رنگها استفاده میکنیم مثلا مشخص میکنیم که قرمز ۶۰ درصد زرد ۴۰ درصد و اینطوری با ترکیب این دو رنگ یک رنگ حاصل میشه.
این کد رو اجرا کنید متوجه منظورم میشید.
\documentclass{beamer}
\setbeamertemplate{navigation symbols}{}
\usetheme{AnnArbor}
\setbeamercolor{title}{fg=black,bg=white!48!blue}
\setbeamercolor{frametitle}{bg=white!48!blue,fg=black}
\setbeamercolor{palette tertiary}{bg=white!48!blue,fg=black}
\setbeamercolor{palette secondary}{fg=black,bg=yellow!50!orange}
\setbeamercolor{palette primary}{fg=black,bg=yellow!50!orange}
\setbeamercolor*{block body}{bg=red!90!blue}
\setbeamercolor*{block body alerted}{bg=normal text.bg!90!black}
\setbeamercolor*{block body example}{bg=normal text.bg!90!black}
\setbeamercolor*{block title}{bg=green!75!red}
\setbeamercolor*{block title alerted}{bg=red!30,fg=black}
\setbeamercolor*{block title example}{use={normal text,example text},fg=example text.fg!75!normal text.fg,bg=normal text.bg!75!black}
\beamersetuncovermixins{\opaqueness<1>{25}}{\opaqueness<2->{15}}
\begin{document}
\title{Analysis on ...}
\author[Fatemeh Akhtari]{Fatemeh Akhtari\\[4mm]{\tiny Supervisor}\\[4mm] ...}
\begin{frame}
\titlepage
\end{frame}
\section{Section 1}
\begin{frame}\frametitle{blocks}
\begin{block}{title of the bloc}
bloc text
\end{block}
\begin{exampleblock}{title of the bloc}
bloc text
\end{exampleblock}
\begin{alertblock}{title of the bloc}
bloc text
\end{alertblock}
\end{frame}
\end{document}
(این کد رو قبلاً در سایت قبلی آقای سید احمد موسوی قرار داده بودند گفتم بگم قانون کپی رایت رعایت بشه :) )