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