Teal Gear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Gear palette

Share this palette to:

Teal Gear color palette CSS

/* CSS */
.color-1 {
color: #5d7b89;
}
.color-2 {
color: #a1c4c9;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #f9a824;
}
.color-5 {
color: #e07c24;
}

/* CSS Variables */
:root {
--color-1: #5d7b89;
--color-2: #a1c4c9;
--color-3: #f4d35d;
--color-4: #f9a824;
--color-5: #e07c24;
}

Teal Gear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7b89, #a1c4c9, #f4d35d, #f9a824, #e07c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7b89, #a1c4c9, #f4d35d, #f9a824, #e07c24);
}

Teal Gear color palette created on .