Yellow Nutrition Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Nutrition palette
Yellow Nutrition color palette CSS
/* CSS */
.color-1 {
color: #f9d36c;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #e0582e;
}
.color-5 {
color: #c84c2d;
}
/* CSS Variables */
:root {
--color-1: #f9d36c;
--color-2: #f5a300;
--color-3: #ff6d1f;
--color-4: #e0582e;
--color-5: #c84c2d;
}
Yellow Nutrition background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d36c, #f5a300, #ff6d1f, #e0582e, #c84c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d36c, #f5a300, #ff6d1f, #e0582e, #c84c2d);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Yellow Nutrition color palette created on .