Whimsical Blush Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Blush Breeze palette
Whimsical Blush Breeze color palette CSS
/* CSS */
.color-1 {
color: #f9a9b1;
}
.color-2 {
color: #f3c0b4;
}
.color-3 {
color: #e0d3b8;
}
.color-4 {
color: #b6d8c9;
}
.color-5 {
color: #81c2cf;
}
/* CSS Variables */
:root {
--color-1: #f9a9b1;
--color-2: #f3c0b4;
--color-3: #e0d3b8;
--color-4: #b6d8c9;
--color-5: #81c2cf;
}
Whimsical Blush Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9b1, #f3c0b4, #e0d3b8, #b6d8c9, #81c2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9b1, #f3c0b4, #e0d3b8, #b6d8c9, #81c2cf);
}
Similar color palettes
Scroll down to explore 500+ Soft color palettes
Whimsical Blush Breeze color palette created on .