Golden Sleep Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Sleep palette

Condividi questa palette a:

tavolozza dei colori 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;
}

CSS con gradiente di sfondo Golden Sleep

/* 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 .