Teal Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sea palette
Teal Sea color palette CSS
/* CSS */
.color-1 {
color: #a2d7e2;
}
.color-2 {
color: #3e9ccc;
}
.color-3 {
color: #0097a8;
}
.color-4 {
color: #006e70;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #a2d7e2;
--color-2: #3e9ccc;
--color-3: #0097a8;
--color-4: #006e70;
--color-5: #004a4d;
}
Teal Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d7e2, #3e9ccc, #0097a8, #006e70, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d7e2, #3e9ccc, #0097a8, #006e70, #004a4d);
}
Similar color palettes
Teal Sea color palette created on .