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