Teal Arctic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Arctic palette
Teal Arctic color palette CSS
/* CSS */
.color-1 {
color: #a3d4e0;
}
.color-2 {
color: #65b2c8;
}
.color-3 {
color: #00999e;
}
.color-4 {
color: #007b80;
}
.color-5 {
color: #00595c;
}
/* CSS Variables */
:root {
--color-1: #a3d4e0;
--color-2: #65b2c8;
--color-3: #00999e;
--color-4: #007b80;
--color-5: #00595c;
}
Teal Arctic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d4e0, #65b2c8, #00999e, #007b80, #00595c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d4e0, #65b2c8, #00999e, #007b80, #00595c);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Teal Arctic color palette created on .