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: #f2e1d4;
}
.color-2 {
color: #d2c4a3;
}
.color-3 {
color: #b1a891;
}
.color-4 {
color: #907c5a;
}
.color-5 {
color: #5e5c50;
}

/* CSS Variables */
:root {
--color-1: #f2e1d4;
--color-2: #d2c4a3;
--color-3: #b1a891;
--color-4: #907c5a;
--color-5: #5e5c50;
}

CSS del degradado de fondo Whispers of Enchantment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e1d4, #d2c4a3, #b1a891, #907c5a, #5e5c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e1d4, #d2c4a3, #b1a891, #907c5a, #5e5c50);
}

Whispers of Enchantment color palette created on .