Whispers of Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Blush palette
Whispers of Blush color palette CSS
/* CSS */
.color-1 {
color: #fdfcfd;
}
.color-2 {
color: #f1e9ef;
}
.color-3 {
color: #ffd1ea;
}
.color-4 {
color: #fec3e3;
}
.color-5 {
color: #eca2c9;
}
/* CSS Variables */
:root {
--color-1: #fdfcfd;
--color-2: #f1e9ef;
--color-3: #ffd1ea;
--color-4: #fec3e3;
--color-5: #eca2c9;
}
Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfd, #f1e9ef, #ffd1ea, #fec3e3, #eca2c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfd, #f1e9ef, #ffd1ea, #fec3e3, #eca2c9);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Whispers of Blush color palette created on .