Abyssal Teal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abyssal Teal Serenity palette
Abyssal Teal Serenity color palette CSS
/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #009987;
}
.color-3 {
color: #007a74;
}
.color-4 {
color: #00595c;
}
.color-5 {
color: #003c4d;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #009987;
--color-3: #007a74;
--color-4: #00595c;
--color-5: #003c4d;
}
Abyssal Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #009987, #007a74, #00595c, #003c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #009987, #007a74, #00595c, #003c4d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Abyssal Teal Serenity color palette created on .