Teal and Gold Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Gold Sunset palette
Teal and Gold Sunset color palette CSS
/* CSS */
.color-1 {
color: #4ccdc4;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #faaa29;
}
.color-4 {
color: #d86e2c;
}
.color-5 {
color: #6d4e8d;
}
/* CSS Variables */
:root {
--color-1: #4ccdc4;
--color-2: #f6b83c;
--color-3: #faaa29;
--color-4: #d86e2c;
--color-5: #6d4e8d;
}
Teal and Gold Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ccdc4, #f6b83c, #faaa29, #d86e2c, #6d4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ccdc4, #f6b83c, #faaa29, #d86e2c, #6d4e8d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Teal and Gold Sunset color palette created on .