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