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: #97bbc3;
}
.color-2 {
color: #7aaab3;
}
.color-3 {
color: #60899a;
}
.color-4 {
color: #466a77;
}
.color-5 {
color: #365263;
}
/* CSS Variables */
:root {
--color-1: #97bbc3;
--color-2: #7aaab3;
--color-3: #60899a;
--color-4: #466a77;
--color-5: #365263;
}
Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97bbc3, #7aaab3, #60899a, #466a77, #365263);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97bbc3, #7aaab3, #60899a, #466a77, #365263);
}
Similar color palettes
Teal Serenity color palette created on .