Teal Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Serenity palette

Share this palette to:

Teal Serenity color palette CSS

/* CSS */
.color-1 {
color: #4c8b90;
}
.color-2 {
color: #6ec4a2;
}
.color-3 {
color: #8fdbb3;
}
.color-4 {
color: #b3e6b3;
}
.color-5 {
color: #e0f5e1;
}

/* CSS Variables */
:root {
--color-1: #4c8b90;
--color-2: #6ec4a2;
--color-3: #8fdbb3;
--color-4: #b3e6b3;
--color-5: #e0f5e1;
}

Teal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b90, #6ec4a2, #8fdbb3, #b3e6b3, #e0f5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b90, #6ec4a2, #8fdbb3, #b3e6b3, #e0f5e1);
}

Teal Serenity color palette created on .