Teal and Gold Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Gold Harmony palette

Share this palette to:

Teal and Gold Harmony color palette CSS

/* CSS */
.color-1 {
color: #5fab8c;
}
.color-2 {
color: #a4d6b9;
}
.color-3 {
color: #f5e8b8;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f76969;
}

/* CSS Variables */
:root {
--color-1: #5fab8c;
--color-2: #a4d6b9;
--color-3: #f5e8b8;
--color-4: #f9c54e;
--color-5: #f76969;
}

Teal and Gold Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fab8c, #a4d6b9, #f5e8b8, #f9c54e, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fab8c, #a4d6b9, #f5e8b8, #f9c54e, #f76969);
}

Teal and Gold Harmony color palette created on .