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: #f5f0f3;
}
.color-2 {
color: #f9becb;
}
.color-3 {
color: #edb1bb;
}
.color-4 {
color: #c3b7bf;
}
.color-5 {
color: #dd9dab;
}
/* CSS Variables */
:root {
--color-1: #f5f0f3;
--color-2: #f9becb;
--color-3: #edb1bb;
--color-4: #c3b7bf;
--color-5: #dd9dab;
}
Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0f3, #f9becb, #edb1bb, #c3b7bf, #dd9dab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0f3, #f9becb, #edb1bb, #c3b7bf, #dd9dab);
}
Similar color palettes
Scroll down to explore 1 Pale pink color palette
Whispers of Blush color palette created on .