Whispers of Enchantment Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Enchantment palette
tavolozza dei colori Whispers of Enchantment CSS
/* CSS */
.color-1 {
color: #d5c5e2;
}
.color-2 {
color: #bda1d4;
}
.color-3 {
color: #9c7cbb;
}
.color-4 {
color: #6e4b8b;
}
.color-5 {
color: #3e2b5a;
}
/* CSS Variables */
:root {
--color-1: #d5c5e2;
--color-2: #bda1d4;
--color-3: #9c7cbb;
--color-4: #6e4b8b;
--color-5: #3e2b5a;
}
CSS con gradiente di sfondo Whispers of Enchantment
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c5e2, #bda1d4, #9c7cbb, #6e4b8b, #3e2b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c5e2, #bda1d4, #9c7cbb, #6e4b8b, #3e2b5a);
}
Tavolozze di colori simili
Whispers of Enchantment color palette created on .