Golden Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Glow palette

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

Golden Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d07e;
}
.color-2 {
color: #f9b74e;
}
.color-3 {
color: #f9a824;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #d69a29;
}

/* CSS Variables */
:root {
--color-1: #f6d07e;
--color-2: #f9b74e;
--color-3: #f9a824;
--color-4: #f5a524;
--color-5: #d69a29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d07e, #f9b74e, #f9a824, #f5a524, #d69a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d07e, #f9b74e, #f9a824, #f5a524, #d69a29);
}

Golden Glow color palette created on .