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: #eab8b3;
}
.color-2 {
color: #d57c7e;
}
.color-3 {
color: #b74e58;
}
.color-4 {
color: #a63f4d;
}
.color-5 {
color: #6d2c3f;
}
/* CSS Variables */
:root {
--color-1: #eab8b3;
--color-2: #d57c7e;
--color-3: #b74e58;
--color-4: #a63f4d;
--color-5: #6d2c3f;
}
CSS del degradado de fondo Crimson Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8b3, #d57c7e, #b74e58, #a63f4d, #6d2c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8b3, #d57c7e, #b74e58, #a63f4d, #6d2c3f);
}
Paletas de colores similares
Crimson Serenade color palette created on .