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