Dark Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Teal palette

Share this palette to:

Dark Teal color palette CSS

/* CSS */
.color-1 {
color: #004a4d;
}
.color-2 {
color: #007b80;
}
.color-3 {
color: #009b9e;
}
.color-4 {
color: #00b2b3;
}
.color-5 {
color: #00cccc;
}

/* CSS Variables */
:root {
--color-1: #004a4d;
--color-2: #007b80;
--color-3: #009b9e;
--color-4: #00b2b3;
--color-5: #00cccc;
}

Dark Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004a4d, #007b80, #009b9e, #00b2b3, #00cccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004a4d, #007b80, #009b9e, #00b2b3, #00cccc);
}

Dark Teal color palette created on .