Yellow Felicity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Felicity palette

Share this palette to:

Yellow Felicity color palette CSS

/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #f3af39;
}
.color-4 {
color: #f07c28;
}
.color-5 {
color: #e75a23;
}

/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #f7d74b;
--color-3: #f3af39;
--color-4: #f07c28;
--color-5: #e75a23;
}

Yellow Felicity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #f7d74b, #f3af39, #f07c28, #e75a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #f7d74b, #f3af39, #f07c28, #e75a23);
}

Yellow Felicity color palette created on .