Paleta de colores Golden Sleep
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Sleep palette
CSS de la paleta de colores Golden Sleep
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Golden Sleep color palette created on .