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