Blushing Petal Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Petal Whisper palette
Blushing Petal Whisper color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ebdccc;
}
.color-3 {
color: #f0a8be;
}
.color-4 {
color: #eeaabc;
}
.color-5 {
color: #eca2a3;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ebdccc;
--color-3: #f0a8be;
--color-4: #eeaabc;
--color-5: #eca2a3;
}
Blushing Petal Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ebdccc, #f0a8be, #eeaabc, #eca2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ebdccc, #f0a8be, #eeaabc, #eca2a3);
}
Similar color palettes
Scroll down to explore 30+ White color palettes
Blushing Petal Whisper color palette created on .