Teal and Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Gold palette

Share this palette to:

Teal and Gold color palette CSS

/* CSS */
.color-1 {
color: #5a8c7b;
}
.color-2 {
color: #9fc6b8;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #5a8c7b;
--color-2: #9fc6b8;
--color-3: #f4cf3e;
--color-4: #e77e23;
--color-5: #d15400;
}

Teal and Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c7b, #9fc6b8, #f4cf3e, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c7b, #9fc6b8, #f4cf3e, #e77e23, #d15400);
}

Teal and Gold color palette created on .