Whispers of Heather Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Heather palette

Share this palette to:

Whispers of Heather color palette CSS

/* CSS */
.color-1 {
color: #d7b2d6;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #bea2c3;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f6d0df;
}

/* CSS Variables */
:root {
--color-1: #d7b2d6;
--color-2: #a77b9d;
--color-3: #bea2c3;
--color-4: #eab8e4;
--color-5: #f6d0df;
}

Whispers of Heather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b2d6, #a77b9d, #bea2c3, #eab8e4, #f6d0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b2d6, #a77b9d, #bea2c3, #eab8e4, #f6d0df);
}

Whispers of Heather color palette created on .