Yellow Daffodils Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Daffodils palette
Yellow Daffodils color palette CSS
/* CSS */
.color-1 {
color: #f6df60;
}
.color-2 {
color: #fbd38e;
}
.color-3 {
color: #fbbd23;
}
.color-4 {
color: #f59b00;
}
.color-5 {
color: #d69e2e;
}
/* CSS Variables */
:root {
--color-1: #f6df60;
--color-2: #fbd38e;
--color-3: #fbbd23;
--color-4: #f59b00;
--color-5: #d69e2e;
}
Yellow Daffodils background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df60, #fbd38e, #fbbd23, #f59b00, #d69e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df60, #fbd38e, #fbbd23, #f59b00, #d69e2e);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Yellow Daffodils color palette created on .