Shades of Yellow and Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow and Teal palette
Shades of Yellow and Teal color palette CSS
/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #3f9d74;
}
.color-3 {
color: #2a9d90;
}
.color-4 {
color: #219cba;
}
.color-5 {
color: #f59b00;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #3f9d74;
--color-3: #2a9d90;
--color-4: #219cba;
--color-5: #f59b00;
}
Shades of Yellow and Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #3f9d74, #2a9d90, #219cba, #f59b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #3f9d74, #2a9d90, #219cba, #f59b00);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Shades of Yellow and Teal color palette created on .