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