Yellow Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Teal palette
Yellow Teal color palette CSS
/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #f1e183;
}
.color-4 {
color: #70c6c7;
}
.color-5 {
color: #3d8f8b;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f4d35d;
--color-3: #f1e183;
--color-4: #70c6c7;
--color-5: #3d8f8b;
}
Yellow Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f4d35d, #f1e183, #70c6c7, #3d8f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f4d35d, #f1e183, #70c6c7, #3d8f8b);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Yellow Teal color palette created on .