Paleta de colores Enchanted Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Enchanted Whispers palette
CSS de la paleta de colores Enchanted Whispers
/* CSS */
.color-1 {
color: #e1b7d1;
}
.color-2 {
color: #f7c1b1;
}
.color-3 {
color: #f9e9ae;
}
.color-4 {
color: #a4d6b1;
}
.color-5 {
color: #89b2e1;
}
/* CSS Variables */
:root {
--color-1: #e1b7d1;
--color-2: #f7c1b1;
--color-3: #f9e9ae;
--color-4: #a4d6b1;
--color-5: #89b2e1;
}
CSS del degradado de fondo Enchanted Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d1, #f7c1b1, #f9e9ae, #a4d6b1, #89b2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d1, #f7c1b1, #f9e9ae, #a4d6b1, #89b2e1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Enchanted Whispers color palette created on .