Paleta de colores Blushing Mortality
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Mortality palette
CSS de la paleta de colores Blushing Mortality
/* CSS */
.color-1 {
color: #b77b9d;
}
.color-2 {
color: #d3a7c8;
}
.color-3 {
color: #f3c3d5;
}
.color-4 {
color: #f4b8c9;
}
.color-5 {
color: #e74b70;
}
/* CSS Variables */
:root {
--color-1: #b77b9d;
--color-2: #d3a7c8;
--color-3: #f3c3d5;
--color-4: #f4b8c9;
--color-5: #e74b70;
}
CSS del degradado de fondo Blushing Mortality
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b77b9d, #d3a7c8, #f3c3d5, #f4b8c9, #e74b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b77b9d, #d3a7c8, #f3c3d5, #f4b8c9, #e74b70);
}
Paletas de colores similares
Blushing Mortality color palette created on .