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: #f6d12c;
}
.color-2 {
color: #e76e50;
}
.color-3 {
color: #a14f8c;
}
.color-4 {
color: #4e4c90;
}
.color-5 {
color: #1a818e;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #e76e50;
--color-3: #a14f8c;
--color-4: #4e4c90;
--color-5: #1a818e;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #e76e50, #a14f8c, #4e4c90, #1a818e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #e76e50, #a14f8c, #4e4c90, #1a818e);
}
Similar color palettes
Scroll down to explore 50+ Bright color palettes
Shades of Yellow color palette created on .