Whispers of Illusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Illusion palette

Share this palette to:

Whispers of Illusion color palette CSS

/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #6c508b;
}
.color-3 {
color: #8e6a9a;
}
.color-4 {
color: #af99c7;
}
.color-5 {
color: #e1c6e1;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #6c508b;
--color-3: #8e6a9a;
--color-4: #af99c7;
--color-5: #e1c6e1;
}

Whispers of Illusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #6c508b, #8e6a9a, #af99c7, #e1c6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #6c508b, #8e6a9a, #af99c7, #e1c6e1);
}

Whispers of Illusion color palette created on .