Teal Depths Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Depths palette
Teal Depths color palette CSS
/* CSS */
.color-1 {
color: #00b1b8;
}
.color-2 {
color: #006075;
}
.color-3 {
color: #003f5c;
}
.color-4 {
color: #002a4d;
}
.color-5 {
color: #1a8e8e;
}
/* CSS Variables */
:root {
--color-1: #00b1b8;
--color-2: #006075;
--color-3: #003f5c;
--color-4: #002a4d;
--color-5: #1a8e8e;
}
Teal Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b1b8, #006075, #003f5c, #002a4d, #1a8e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b1b8, #006075, #003f5c, #002a4d, #1a8e8e);
}
Similar color palettes
Teal Depths color palette created on .