Teal Infection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Infection palette

Share this palette to:

Teal Infection color palette CSS

/* CSS */
.color-1 {
color: #5d7e8e;
}
.color-2 {
color: #a4c6b4;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f7b8a1;
}
.color-5 {
color: #e77f7e;
}

/* CSS Variables */
:root {
--color-1: #5d7e8e;
--color-2: #a4c6b4;
--color-3: #f9d66c;
--color-4: #f7b8a1;
--color-5: #e77f7e;
}

Teal Infection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7e8e, #a4c6b4, #f9d66c, #f7b8a1, #e77f7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7e8e, #a4c6b4, #f9d66c, #f7b8a1, #e77f7e);
}

Teal Infection color palette created on .