Paleta de colores Golden Caramel Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Caramel Dreams palette
CSS de la paleta de colores Golden Caramel Dreams
/* CSS */
.color-1 {
color: #f8d01b;
}
.color-2 {
color: #f3b32b;
}
.color-3 {
color: #f69a37;
}
.color-4 {
color: #f67a3c;
}
.color-5 {
color: #f56b3d;
}
/* CSS Variables */
:root {
--color-1: #f8d01b;
--color-2: #f3b32b;
--color-3: #f69a37;
--color-4: #f67a3c;
--color-5: #f56b3d;
}
CSS del degradado de fondo Golden Caramel Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d01b, #f3b32b, #f69a37, #f67a3c, #f56b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d01b, #f3b32b, #f69a37, #f67a3c, #f56b3d);
}
Paletas de colores similares
Golden Caramel Dreams color palette created on .