Teal Aquarium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Aquarium palette
Download Teal Aquarium Color Palette (PNG)
Teal Aquarium color palette CSS
/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #16a286;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #287fb8;
}
/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #16a286;
--color-3: #2ecc70;
--color-4: #3398db;
--color-5: #287fb8;
}
Teal Aquarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #16a286, #2ecc70, #3398db, #287fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #16a286, #2ecc70, #3398db, #287fb8);
}
Similar color palettes
Teal Aquarium color palette created on .