Tealyellow Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tealyellow Breeze palette
Tealyellow Breeze color palette CSS
/* CSS */
.color-1 {
color: #4cd69f;
}
.color-2 {
color: #f2e7a6;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f28e1c;
}
.color-5 {
color: #e77a27;
}
/* CSS Variables */
:root {
--color-1: #4cd69f;
--color-2: #f2e7a6;
--color-3: #f1c84b;
--color-4: #f28e1c;
--color-5: #e77a27;
}
Tealyellow Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cd69f, #f2e7a6, #f1c84b, #f28e1c, #e77a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cd69f, #f2e7a6, #f1c84b, #f28e1c, #e77a27);
}
Similar color palettes
Scroll down to explore 100+ Teal color palettes
Tealyellow Breeze color palette created on .