Purple Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Whisper palette

Share this palette to:

Purple Whisper color palette CSS

/* CSS */
.color-1 {
color: #d7a3d1;
}
.color-2 {
color: #b88bda;
}
.color-3 {
color: #a65eba;
}
.color-4 {
color: #d19b89;
}
.color-5 {
color: #f4c2b8;
}

/* CSS Variables */
:root {
--color-1: #d7a3d1;
--color-2: #b88bda;
--color-3: #a65eba;
--color-4: #d19b89;
--color-5: #f4c2b8;
}

Purple Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a3d1, #b88bda, #a65eba, #d19b89, #f4c2b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a3d1, #b88bda, #a65eba, #d19b89, #f4c2b8);
}

Purple Whisper color palette created on .