Teal Atlas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Atlas palette

Share this palette to:

Teal Atlas color palette CSS

/* CSS */
.color-1 {
color: #1a8c99;
}
.color-2 {
color: #4ed0a0;
}
.color-3 {
color: #84e6b8;
}
.color-4 {
color: #f1c3a2;
}
.color-5 {
color: #f78d8d;
}

/* CSS Variables */
:root {
--color-1: #1a8c99;
--color-2: #4ed0a0;
--color-3: #84e6b8;
--color-4: #f1c3a2;
--color-5: #f78d8d;
}

Teal Atlas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8c99, #4ed0a0, #84e6b8, #f1c3a2, #f78d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8c99, #4ed0a0, #84e6b8, #f1c3a2, #f78d8d);
}

Teal Atlas color palette created on .