Teal and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Gold palette
Teal and Gold color palette CSS
/* CSS */
.color-1 {
color: #0a9e9e;
}
.color-2 {
color: #1dcd93;
}
.color-3 {
color: #f2e03a;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d55920;
}
/* CSS Variables */
:root {
--color-1: #0a9e9e;
--color-2: #1dcd93;
--color-3: #f2e03a;
--color-4: #fab700;
--color-5: #d55920;
}
Teal and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a9e9e, #1dcd93, #f2e03a, #fab700, #d55920);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a9e9e, #1dcd93, #f2e03a, #fab700, #d55920);
}
Similar color palettes
Teal and Gold color palette created on .