Paleta de colores Whispers of Blush
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Blush palette
CSS de la paleta de colores Whispers of Blush
/* CSS */
.color-1 {
color: #2d1026;
}
.color-2 {
color: #694462;
}
.color-3 {
color: #781143;
}
.color-4 {
color: #b42769;
}
.color-5 {
color: #ea7bb6;
}
/* CSS Variables */
:root {
--color-1: #2d1026;
--color-2: #694462;
--color-3: #781143;
--color-4: #b42769;
--color-5: #ea7bb6;
}
CSS del degradado de fondo Whispers of Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d1026, #694462, #781143, #b42769, #ea7bb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d1026, #694462, #781143, #b42769, #ea7bb6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Oscuro
Whispers of Blush color palette created on .