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: #a3d6e0;
}
.color-2 {
color: #72c9d5;
}
.color-3 {
color: #4cae8d;
}
.color-4 {
color: #3c8b73;
}
.color-5 {
color: #2e6b5d;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #72c9d5;
--color-3: #4cae8d;
--color-4: #3c8b73;
--color-5: #2e6b5d;
}

Teal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #72c9d5, #4cae8d, #3c8b73, #2e6b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #72c9d5, #4cae8d, #3c8b73, #2e6b5d);
}

Teal Serenity color palette created on .