Teal Marina Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Marina palette
Teal Marina color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c2b2;
}
.color-4 {
color: #00d6af;
}
.color-5 {
color: #a1e3e0;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00c2b2;
--color-4: #00d6af;
--color-5: #a1e3e0;
}
Teal Marina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00c2b2, #00d6af, #a1e3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00c2b2, #00d6af, #a1e3e0);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Teal Marina color palette created on .