Golden Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Shades palette

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

Golden Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b74d;
}
.color-2 {
color: #d9c55e;
}
.color-3 {
color: #e6c57a;
}
.color-4 {
color: #e7ba7e;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #d1b74d;
--color-2: #d9c55e;
--color-3: #e6c57a;
--color-4: #e7ba7e;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b74d, #d9c55e, #e6c57a, #e7ba7e, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b74d, #d9c55e, #e6c57a, #e7ba7e, #f0a800);
}

Golden Shades color palette created on .