Petal Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petal Whisper palette

Share this palette to:

Petal Whisper color palette CSS

/* CSS */
.color-1 {
color: #d45e8b;
}
.color-2 {
color: #a86b8f;
}
.color-3 {
color: #e9b4c2;
}
.color-4 {
color: #f6c6cf;
}
.color-5 {
color: #d4a0af;
}

/* CSS Variables */
:root {
--color-1: #d45e8b;
--color-2: #a86b8f;
--color-3: #e9b4c2;
--color-4: #f6c6cf;
--color-5: #d4a0af;
}

Petal Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d45e8b, #a86b8f, #e9b4c2, #f6c6cf, #d4a0af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d45e8b, #a86b8f, #e9b4c2, #f6c6cf, #d4a0af);
}

Petal Whisper color palette created on .