Whimsical Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Mist palette

Share this palette to:

Whimsical Mist color palette CSS

/* CSS */
.color-1 {
color: #a7c7e7;
}
.color-2 {
color: #9eb9d6;
}
.color-3 {
color: #8da1b4;
}
.color-4 {
color: #7d8e9b;
}
.color-5 {
color: #a26d86;
}

/* CSS Variables */
:root {
--color-1: #a7c7e7;
--color-2: #9eb9d6;
--color-3: #8da1b4;
--color-4: #7d8e9b;
--color-5: #a26d86;
}

Whimsical Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c7e7, #9eb9d6, #8da1b4, #7d8e9b, #a26d86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c7e7, #9eb9d6, #8da1b4, #7d8e9b, #a26d86);
}

Whimsical Mist color palette created on .