Whispers of Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

Share this palette to:

Whispers of Elegance color palette CSS

/* CSS */
.color-1 {
color: #6a3d99;
}
.color-2 {
color: #af5a9a;
}
.color-3 {
color: #e3a5b8;
}
.color-4 {
color: #f8d3e4;
}
.color-5 {
color: #f8afd5;
}

/* CSS Variables */
:root {
--color-1: #6a3d99;
--color-2: #af5a9a;
--color-3: #e3a5b8;
--color-4: #f8d3e4;
--color-5: #f8afd5;
}

Whispers of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3d99, #af5a9a, #e3a5b8, #f8d3e4, #f8afd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3d99, #af5a9a, #e3a5b8, #f8d3e4, #f8afd5);
}

Whispers of Elegance color palette created on .