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: #f1c84b;
}
.color-2 {
color: #efbf76;
}
.color-3 {
color: #d99a6d;
}
.color-4 {
color: #b1728a;
}
.color-5 {
color: #6b5091;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #efbf76;
--color-3: #d99a6d;
--color-4: #b1728a;
--color-5: #6b5091;
}

Whispers of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #efbf76, #d99a6d, #b1728a, #6b5091);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #efbf76, #d99a6d, #b1728a, #6b5091);
}

Whispers of Elegance color palette created on .