Golden Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Glow palette

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

Golden Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #fde196;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #f0b505;
}
.color-4 {
color: #dba400;
}
.color-5 {
color: #c78f00;
}

/* CSS Variables */
:root {
--color-1: #fde196;
--color-2: #f6d12c;
--color-3: #f0b505;
--color-4: #dba400;
--color-5: #c78f00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde196, #f6d12c, #f0b505, #dba400, #c78f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde196, #f6d12c, #f0b505, #dba400, #c78f00);
}

Golden Glow color palette created on .