Teal Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Mist palette

Share this palette to:

Teal Mist color palette CSS

/* CSS */
.color-1 {
color: #4e7b7e;
}
.color-2 {
color: #6fb8a1;
}
.color-3 {
color: #a4d6d4;
}
.color-4 {
color: #e4f7f3;
}
.color-5 {
color: #f5f9f8;
}

/* CSS Variables */
:root {
--color-1: #4e7b7e;
--color-2: #6fb8a1;
--color-3: #a4d6d4;
--color-4: #e4f7f3;
--color-5: #f5f9f8;
}

Teal Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b7e, #6fb8a1, #a4d6d4, #e4f7f3, #f5f9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b7e, #6fb8a1, #a4d6d4, #e4f7f3, #f5f9f8);
}

Teal Mist color palette created on .