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: #ffb3c1;
}
.color-2 {
color: #ff999c;
}
.color-3 {
color: #ff6b89;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #f9d624;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff999c;
--color-3: #ff6b89;
--color-4: #ff4d4f;
--color-5: #f9d624;
}
Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff999c, #ff6b89, #ff4d4f, #f9d624);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff999c, #ff6b89, #ff4d4f, #f9d624);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Whispers of Blush color palette created on .