Paleta de colores Whispers of Enchantment
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Enchantment palette
CSS de la paleta de colores Whispers of Enchantment
/* CSS */
.color-1 {
color: #d4b33a;
}
.color-2 {
color: #7e9b5f;
}
.color-3 {
color: #3a698d;
}
.color-4 {
color: #6f4f8c;
}
.color-5 {
color: #f6b1c5;
}
/* CSS Variables */
:root {
--color-1: #d4b33a;
--color-2: #7e9b5f;
--color-3: #3a698d;
--color-4: #6f4f8c;
--color-5: #f6b1c5;
}
CSS del degradado de fondo Whispers of Enchantment
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b33a, #7e9b5f, #3a698d, #6f4f8c, #f6b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b33a, #7e9b5f, #3a698d, #6f4f8c, #f6b1c5);
}
Paletas de colores similares
Whispers of Enchantment color palette created on .