Healthy Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Healthy Yellow palette
Healthy Yellow color palette CSS
/* CSS */
.color-1 {
color: #f9da6c;
}
.color-2 {
color: #bada67;
}
.color-3 {
color: #91d175;
}
.color-4 {
color: #f79673;
}
.color-5 {
color: #ed7250;
}
/* CSS Variables */
:root {
--color-1: #f9da6c;
--color-2: #bada67;
--color-3: #91d175;
--color-4: #f79673;
--color-5: #ed7250;
}
Healthy Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9da6c, #bada67, #91d175, #f79673, #ed7250);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9da6c, #bada67, #91d175, #f79673, #ed7250);
}
Similar color palettes
Healthy Yellow color palette created on .