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: #3b696d;
}
.color-2 {
color: #4b8b7e;
}
.color-3 {
color: #5bae8a;
}
.color-4 {
color: #9fdfc8;
}
.color-5 {
color: #f1f9f5;
}

/* CSS Variables */
:root {
--color-1: #3b696d;
--color-2: #4b8b7e;
--color-3: #5bae8a;
--color-4: #9fdfc8;
--color-5: #f1f9f5;
}

Teal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b696d, #4b8b7e, #5bae8a, #9fdfc8, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b696d, #4b8b7e, #5bae8a, #9fdfc8, #f1f9f5);
}

Teal Serenity color palette created on .