Shades of Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #e2ae12;
}
.color-2 {
color: #79982a;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #4b2f2f;
}
/* CSS Variables */
:root {
--color-1: #e2ae12;
--color-2: #79982a;
--color-3: #a2c7e7;
--color-4: #f76e6e;
--color-5: #4b2f2f;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2ae12, #79982a, #a2c7e7, #f76e6e, #4b2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2ae12, #79982a, #a2c7e7, #f76e6e, #4b2f2f);
}
Similar color palettes
Shades of Yellow color palette created on .