Yellow Daisy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Daisy palette

Share this palette to:

Yellow Daisy color palette CSS

/* CSS */
.color-1 {
color: #f6e760;
}
.color-2 {
color: #f5b85b;
}
.color-3 {
color: #f58d4d;
}
.color-4 {
color: #f56e3d;
}
.color-5 {
color: #f54724;
}

/* CSS Variables */
:root {
--color-1: #f6e760;
--color-2: #f5b85b;
--color-3: #f58d4d;
--color-4: #f56e3d;
--color-5: #f54724;
}

Yellow Daisy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e760, #f5b85b, #f58d4d, #f56e3d, #f54724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e760, #f5b85b, #f58d4d, #f56e3d, #f54724);
}

Yellow Daisy color palette created on .