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: #2c7d9b;
}
.color-2 {
color: #4ab5a9;
}
.color-3 {
color: #69e2b2;
}
.color-4 {
color: #a8e6ce;
}
.color-5 {
color: #d2f9e2;
}
/* CSS Variables */
:root {
--color-1: #2c7d9b;
--color-2: #4ab5a9;
--color-3: #69e2b2;
--color-4: #a8e6ce;
--color-5: #d2f9e2;
}
Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c7d9b, #4ab5a9, #69e2b2, #a8e6ce, #d2f9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c7d9b, #4ab5a9, #69e2b2, #a8e6ce, #d2f9e2);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Teal Serenity color palette created on .