Highland Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Highland Mist palette

Share this palette to:

Highland Mist color palette CSS

/* CSS */
.color-1 {
color: #29466b;
}
.color-2 {
color: #46697c;
}
.color-3 {
color: #91a1a6;
}
.color-4 {
color: #b5c4c2;
}
.color-5 {
color: #ddcbc0;
}

/* CSS Variables */
:root {
--color-1: #29466b;
--color-2: #46697c;
--color-3: #91a1a6;
--color-4: #b5c4c2;
--color-5: #ddcbc0;
}

Highland Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29466b, #46697c, #91a1a6, #b5c4c2, #ddcbc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29466b, #46697c, #91a1a6, #b5c4c2, #ddcbc0);
}

Highland Mist color palette created on .