Whimsical Haze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Haze palette

Share this palette to:

Whimsical Haze color palette CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f2b1e6;
}
.color-3 {
color: #a7d0e2;
}
.color-4 {
color: #5ab5e2;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2b1e6;
--color-3: #a7d0e2;
--color-4: #5ab5e2;
--color-5: #4b91e2;
}

Whimsical Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2b1e6, #a7d0e2, #5ab5e2, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2b1e6, #a7d0e2, #5ab5e2, #4b91e2);
}

Whimsical Haze color palette created on .