Whispers of the Enchanted Elder Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Enchanted Elder palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Enchanted Elder CSS

/* 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 con gradiente di sfondo 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);
}

Whispers of the Enchanted Elder color palette created on .