Paleta de colores Whispers of Enchantment

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Enchantment palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Enchantment

/* CSS */
.color-1 {
color: #f8c6a5;
}
.color-2 {
color: #e28b79;
}
.color-3 {
color: #5b4b8b;
}
.color-4 {
color: #3a2a4c;
}
.color-5 {
color: #f5d04d;
}

/* CSS Variables */
:root {
--color-1: #f8c6a5;
--color-2: #e28b79;
--color-3: #5b4b8b;
--color-4: #3a2a4c;
--color-5: #f5d04d;
}

CSS del degradado de fondo Whispers of Enchantment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c6a5, #e28b79, #5b4b8b, #3a2a4c, #f5d04d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c6a5, #e28b79, #5b4b8b, #3a2a4c, #f5d04d);
}

Whispers of Enchantment color palette created on .