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: #f6d193;
}
.color-2 {
color: #9c4069;
}
.color-3 {
color: #e17666;
}
.color-4 {
color: #91aa4b;
}
.color-5 {
color: #7371a2;
}
/* CSS Variables */
:root {
--color-1: #f6d193;
--color-2: #9c4069;
--color-3: #e17666;
--color-4: #91aa4b;
--color-5: #7371a2;
}
CSS del degradado de fondo Enchanted Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d193, #9c4069, #e17666, #91aa4b, #7371a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d193, #9c4069, #e17666, #91aa4b, #7371a2);
}
Paletas de colores similares
Enchanted Whispers color palette created on .