Paleta de colores Whispers of the Enchanted Elder
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Enchanted Elder palette
CSS de la paleta de colores Whispers of the Enchanted Elder
/* CSS */
.color-1 {
color: #f3e8d3;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e0a78f;
}
.color-4 {
color: #d67a7c;
}
.color-5 {
color: #a84d8b;
}
/* CSS Variables */
:root {
--color-1: #f3e8d3;
--color-2: #f1c6a7;
--color-3: #e0a78f;
--color-4: #d67a7c;
--color-5: #a84d8b;
}
CSS del degradado de fondo Whispers of the Enchanted Elder
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8d3, #f1c6a7, #e0a78f, #d67a7c, #a84d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8d3, #f1c6a7, #e0a78f, #d67a7c, #a84d8b);
}
Paletas de colores similares
Whispers of the Enchanted Elder color palette created on .