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: #f8f1f2;
}
.color-2 {
color: #f1e9e9;
}
.color-3 {
color: #eae5e1;
}
.color-4 {
color: #eae4e1;
}
.color-5 {
color: #c48da7;
}
/* CSS Variables */
:root {
--color-1: #f8f1f2;
--color-2: #f1e9e9;
--color-3: #eae5e1;
--color-4: #eae4e1;
--color-5: #c48da7;
}
CSS del degradado de fondo Whispers of Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f1f2, #f1e9e9, #eae5e1, #eae4e1, #c48da7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f1f2, #f1e9e9, #eae5e1, #eae4e1, #c48da7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 4 paletas de colores Soft pink
Whispers of Blush color palette created on .