Yellow Confection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Confection palette
Color Inspiration
Images that showcase this color palette in real designs
Download Yellow Confection Color Palette (PNG)
Yellow Confection color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f2d40d;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f2d40d;
--color-3: #faa700;
--color-4: #f6b83c;
--color-5: #f5c400;
}
Yellow Confection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f2d40d, #faa700, #f6b83c, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f2d40d, #faa700, #f6b83c, #f5c400);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Yellow Confection color palette created on .