Serenity in Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Teal palette

Share this palette to:

Serenity in Teal color palette CSS

/* CSS */
.color-1 {
color: #1e899f;
}
.color-2 {
color: #4fba8a;
}
.color-3 {
color: #86d59b;
}
.color-4 {
color: #a1e3b5;
}
.color-5 {
color: #e1f4e2;
}

/* CSS Variables */
:root {
--color-1: #1e899f;
--color-2: #4fba8a;
--color-3: #86d59b;
--color-4: #a1e3b5;
--color-5: #e1f4e2;
}

Serenity in Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e899f, #4fba8a, #86d59b, #a1e3b5, #e1f4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e899f, #4fba8a, #86d59b, #a1e3b5, #e1f4e2);
}

Serenity in Teal color palette created on .