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