Whimsical Breezes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Breezes palette
Whimsical Breezes color palette CSS
/* CSS */
.color-1 {
color: #ffb8c6;
}
.color-2 {
color: #ffda9e;
}
.color-3 {
color: #a1dff7;
}
.color-4 {
color: #b3ead6;
}
.color-5 {
color: #f7d3a1;
}
/* CSS Variables */
:root {
--color-1: #ffb8c6;
--color-2: #ffda9e;
--color-3: #a1dff7;
--color-4: #b3ead6;
--color-5: #f7d3a1;
}
Whimsical Breezes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8c6, #ffda9e, #a1dff7, #b3ead6, #f7d3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8c6, #ffda9e, #a1dff7, #b3ead6, #f7d3a1);
}
Similar color palettes
Whimsical Breezes color palette created on .