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