Ancient Times カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ancient Times palette
Ancient Times カラーパレット (PNG) をダウンロード
Ancient Times カラーパレット CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d1a85c;
}
.color-3 {
color: #e6b147;
}
.color-4 {
color: #d57e1a;
}
.color-5 {
color: #b5611c;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d1a85c;
--color-3: #e6b147;
--color-4: #d57e1a;
--color-5: #b5611c;
}
Ancient Times の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d1a85c, #e6b147, #d57e1a, #b5611c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d1a85c, #e6b147, #d57e1a, #b5611c);
}
似たようなカラーパレット
Ancient Times color palette created on .