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: #5b8b8a;
}
.color-2 {
color: #b2d7d3;
}
.color-3 {
color: #f6d6b1;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #b77b8d;
}

/* CSS Variables */
:root {
--color-1: #5b8b8a;
--color-2: #b2d7d3;
--color-3: #f6d6b1;
--color-4: #f9aeae;
--color-5: #b77b8d;
}

Teal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b8a, #b2d7d3, #f6d6b1, #f9aeae, #b77b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b8a, #b2d7d3, #f6d6b1, #f9aeae, #b77b8d);
}

Teal Serenity color palette created on .