Mistful Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mistful Harmony palette

Share this palette to:

Mistful Harmony color palette CSS

/* CSS */
.color-1 {
color: #5db0b1;
}
.color-2 {
color: #b2e1e0;
}
.color-3 {
color: #f1b1b4;
}
.color-4 {
color: #f7c5a6;
}
.color-5 {
color: #f9e5b4;
}

/* CSS Variables */
:root {
--color-1: #5db0b1;
--color-2: #b2e1e0;
--color-3: #f1b1b4;
--color-4: #f7c5a6;
--color-5: #f9e5b4;
}

Mistful Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5db0b1, #b2e1e0, #f1b1b4, #f7c5a6, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5db0b1, #b2e1e0, #f1b1b4, #f7c5a6, #f9e5b4);
}

Mistful Harmony color palette created on .