Loading...

Teal Sustainability Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Sustainability palette

Share this palette to:

Download Teal Sustainability Color Palette (PNG)

Download teal sustainability color palette PNG image (landscape)
Download teal sustainability color palette PNG image (square)

Teal Sustainability color palette CSS

/* CSS */
.color-1 {
color: #5cdb93;
}
.color-2 {
color: #a7e2d5;
}
.color-3 {
color: #f6c7a7;
}
.color-4 {
color: #f8a5a5;
}
.color-5 {
color: #f36d6d;
}

/* CSS Variables */
:root {
--color-1: #5cdb93;
--color-2: #a7e2d5;
--color-3: #f6c7a7;
--color-4: #f8a5a5;
--color-5: #f36d6d;
}

Teal Sustainability background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cdb93, #a7e2d5, #f6c7a7, #f8a5a5, #f36d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cdb93, #a7e2d5, #f6c7a7, #f8a5a5, #f36d6d);
}

Teal Sustainability color palette created on .