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: #1f3a3d;
}
.color-2 {
color: #4a7d8c;
}
.color-3 {
color: #69bf88;
}
.color-4 {
color: #ffb65c;
}
.color-5 {
color: #d86c31;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #4a7d8c;
--color-3: #69bf88;
--color-4: #ffb65c;
--color-5: #d86c31;
}

Dark Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #4a7d8c, #69bf88, #ffb65c, #d86c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #4a7d8c, #69bf88, #ffb65c, #d86c31);
}

Dark Teal color palette created on .