Paleta de colores Desert Sun Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Desert Sun Serenade palette
CSS de la paleta de colores Desert Sun Serenade
/* CSS */
.color-1 {
color: #f6a22c;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #d9e698;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #5a8b1d;
}
/* CSS Variables */
:root {
--color-1: #f6a22c;
--color-2: #f4cf3e;
--color-3: #d9e698;
--color-4: #a3d55d;
--color-5: #5a8b1d;
}
CSS del degradado de fondo Desert Sun Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a22c, #f4cf3e, #d9e698, #a3d55d, #5a8b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a22c, #f4cf3e, #d9e698, #a3d55d, #5a8b1d);
}
Paletas de colores similares
Desert Sun Serenade color palette created on .