Teal Needle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Needle palette

Share this palette to:

Teal Needle color palette CSS

/* CSS */
.color-1 {
color: #a2c8c5;
}
.color-2 {
color: #7e9a99;
}
.color-3 {
color: #4b8b7a;
}
.color-4 {
color: #2b5e5f;
}
.color-5 {
color: #194b4d;
}

/* CSS Variables */
:root {
--color-1: #a2c8c5;
--color-2: #7e9a99;
--color-3: #4b8b7a;
--color-4: #2b5e5f;
--color-5: #194b4d;
}

Teal Needle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c8c5, #7e9a99, #4b8b7a, #2b5e5f, #194b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c8c5, #7e9a99, #4b8b7a, #2b5e5f, #194b4d);
}

Teal Needle color palette created on .