Teal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Serenity palette
Teal Serenity color palette CSS
/* CSS */
.color-1 {
color: #3a8f9c;
}
.color-2 {
color: #5abfb6;
}
.color-3 {
color: #82d1d4;
}
.color-4 {
color: #a1e3e1;
}
.color-5 {
color: #d0f1ee;
}
/* CSS Variables */
:root {
--color-1: #3a8f9c;
--color-2: #5abfb6;
--color-3: #82d1d4;
--color-4: #a1e3e1;
--color-5: #d0f1ee;
}
Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8f9c, #5abfb6, #82d1d4, #a1e3e1, #d0f1ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8f9c, #5abfb6, #82d1d4, #a1e3e1, #d0f1ee);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Teal Serenity color palette created on .