Teal and Gold Wanderer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Gold Wanderer palette

Share this palette to:

Teal and Gold Wanderer color palette CSS

/* CSS */
.color-1 {
color: #5d8e8e;
}
.color-2 {
color: #a3d7d7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f3712b;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #5d8e8e;
--color-2: #a3d7d7;
--color-3: #f9c54e;
--color-4: #f3712b;
--color-5: #f94346;
}

Teal and Gold Wanderer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8e8e, #a3d7d7, #f9c54e, #f3712b, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8e8e, #a3d7d7, #f9c54e, #f3712b, #f94346);
}

Teal and Gold Wanderer color palette created on .