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