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