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: #5abfba;
}
.color-2 {
color: #3b9eba;
}
.color-3 {
color: #007b94;
}
.color-4 {
color: #005c75;
}
.color-5 {
color: #003d4d;
}
/* CSS Variables */
:root {
--color-1: #5abfba;
--color-2: #3b9eba;
--color-3: #007b94;
--color-4: #005c75;
--color-5: #003d4d;
}
Teal Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abfba, #3b9eba, #007b94, #005c75, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abfba, #3b9eba, #007b94, #005c75, #003d4d);
}
Similar color palettes
Teal Depths color palette created on .