Loading...
Buttercup Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Buttercup Yellow palette
Download Buttercup Yellow Color Palette (PNG)
Buttercup Yellow color palette CSS
/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f0d24c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f7d44b;
}
.color-5 {
color: #e6b800;
}
/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f0d24c;
--color-3: #f0a800;
--color-4: #f7d44b;
--color-5: #e6b800;
}
Buttercup Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}
Similar color palettes
Buttercup Yellow color palette created on .