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