Golden Sleep Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sleep palette

Share this palette to:

Golden Sleep color palette 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 background gradient 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 .