Golden Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Teal palette

Share this palette to:

Golden Teal color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5d000;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #3dc7b4;
}
.color-5 {
color: #1e4d62;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5d000;
--color-3: #f7e3b6;
--color-4: #3dc7b4;
--color-5: #1e4d62;
}

Golden Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5d000, #f7e3b6, #3dc7b4, #1e4d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5d000, #f7e3b6, #3dc7b4, #1e4d62);
}

Golden Teal color palette created on .