Paleta de colores Serenade of Colors
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenade of Colors palette
CSS de la paleta de colores Serenade of Colors
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #9fc1d6;
}
.color-4 {
color: #f1e9b7;
}
.color-5 {
color: #f9aeae;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9dc5;
--color-3: #9fc1d6;
--color-4: #f1e9b7;
--color-5: #f9aeae;
}
CSS del degradado de fondo Serenade of Colors
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9dc5, #9fc1d6, #f1e9b7, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9dc5, #9fc1d6, #f1e9b7, #f9aeae);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Serenade of Colors color palette created on .