Golden Indulgence カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Indulgence palette

このパレットを共有する先:

Golden Indulgence カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #d68b00;
}
.color-3 {
color: #a86b00;
}
.color-4 {
color: #804d00;
}
.color-5 {
color: #422700;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #d68b00;
--color-3: #a86b00;
--color-4: #804d00;
--color-5: #422700;
}

Golden Indulgence の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #d68b00, #a86b00, #804d00, #422700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #d68b00, #a86b00, #804d00, #422700);
}

Golden Indulgence color palette created on .