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: #f0c351;
}
.color-2 {
color: #f7a173;
}
.color-3 {
color: #e03e43;
}
.color-4 {
color: #5d4a8c;
}
.color-5 {
color: #1e2876;
}
/* CSS Variables */
:root {
--color-1: #f0c351;
--color-2: #f7a173;
--color-3: #e03e43;
--color-4: #5d4a8c;
--color-5: #1e2876;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c351, #f7a173, #e03e43, #5d4a8c, #1e2876);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c351, #f7a173, #e03e43, #5d4a8c, #1e2876);
}
Similar color palettes
Shades of Yellow color palette created on .