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