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: #eab8e4;
}
.color-2 {
color: #d7a3c2;
}
.color-3 {
color: #b58ca5;
}
.color-4 {
color: #a86b95;
}
.color-5 {
color: #7b4b7c;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d7a3c2;
--color-3: #b58ca5;
--color-4: #a86b95;
--color-5: #7b4b7c;
}
Petal Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d7a3c2, #b58ca5, #a86b95, #7b4b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d7a3c2, #b58ca5, #a86b95, #7b4b7c);
}
Similar color palettes
Petal Whisper color palette created on .