Petal Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Petal Whisper palette
Petal Whisper color palette CSS
/* CSS */
.color-1 {
color: #f2a1aa;
}
.color-2 {
color: #f8c5af;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #e5e7c1;
}
.color-5 {
color: #c2e0d5;
}
/* CSS Variables */
:root {
--color-1: #f2a1aa;
--color-2: #f8c5af;
--color-3: #f9e1b4;
--color-4: #e5e7c1;
--color-5: #c2e0d5;
}
Petal Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1aa, #f8c5af, #f9e1b4, #e5e7c1, #c2e0d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1aa, #f8c5af, #f9e1b4, #e5e7c1, #c2e0d5);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Petal Whisper color palette created on .