Teal Aquarium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Aquarium palette
Teal Aquarium color palette CSS
/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c4d6;
}
.color-4 {
color: #00dee6;
}
.color-5 {
color: #a6f2f7;
}
/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00b3aa;
--color-3: #00c4d6;
--color-4: #00dee6;
--color-5: #a6f2f7;
}
Teal Aquarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00b3aa, #00c4d6, #00dee6, #a6f2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00b3aa, #00c4d6, #00dee6, #a6f2f7);
}
Similar color palettes
Teal Aquarium color palette created on .