Golden Sleep カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sleep palette

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

Golden Sleep カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d9c76d;
}
.color-3 {
color: #c5b67d;
}
.color-4 {
color: #8a6b3d;
}
.color-5 {
color: #5f4f2b;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d9c76d;
--color-3: #c5b67d;
--color-4: #8a6b3d;
--color-5: #5f4f2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d9c76d, #c5b67d, #8a6b3d, #5f4f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d9c76d, #c5b67d, #8a6b3d, #5f4f2b);
}

Golden Sleep color palette created on .