Teal Morning Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Morning palette

Share this palette to:

Teal Morning color palette CSS

/* CSS */
.color-1 {
color: #a1e1e3;
}
.color-2 {
color: #6ec9c8;
}
.color-3 {
color: #3ba1a5;
}
.color-4 {
color: #1e7b7a;
}
.color-5 {
color: #0e5d5d;
}

/* CSS Variables */
:root {
--color-1: #a1e1e3;
--color-2: #6ec9c8;
--color-3: #3ba1a5;
--color-4: #1e7b7a;
--color-5: #0e5d5d;
}

Teal Morning background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e1e3, #6ec9c8, #3ba1a5, #1e7b7a, #0e5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e1e3, #6ec9c8, #3ba1a5, #1e7b7a, #0e5d5d);
}

Teal Morning color palette created on .