The Illumination of the Dusk カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Illumination of the Dusk palette
The Illumination of the Dusk カラーパレット CSS
/* CSS */
.color-1 {
color: #d16c3d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #eed2b4;
}
.color-5 {
color: #7a4c2a;
}
/* CSS Variables */
:root {
--color-1: #d16c3d;
--color-2: #f0a800;
--color-3: #f5c400;
--color-4: #eed2b4;
--color-5: #7a4c2a;
}
The Illumination of the Dusk の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d16c3d, #f0a800, #f5c400, #eed2b4, #7a4c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d16c3d, #f0a800, #f5c400, #eed2b4, #7a4c2a);
}
似たようなカラーパレット
The Illumination of the Dusk color palette created on .