Enchanted Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Whispers palette

Share this palette to:

Enchanted Whispers color palette CSS

/* CSS */
.color-1 {
color: #e7d0d0;
}
.color-2 {
color: #d6b8c3;
}
.color-3 {
color: #cea2d7;
}
.color-4 {
color: #c0a1e3;
}
.color-5 {
color: #a8c7e1;
}

/* CSS Variables */
:root {
--color-1: #e7d0d0;
--color-2: #d6b8c3;
--color-3: #cea2d7;
--color-4: #c0a1e3;
--color-5: #a8c7e1;
}

Enchanted Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d0d0, #d6b8c3, #cea2d7, #c0a1e3, #a8c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d0d0, #d6b8c3, #cea2d7, #c0a1e3, #a8c7e1);
}

Enchanted Whispers color palette created on .