Yellow Starfruit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Starfruit palette

Share this palette to:

Yellow Starfruit color palette CSS

/* CSS */
.color-1 {
color: #ffe500;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f05a28;
}
.color-4 {
color: #d8492c;
}
.color-5 {
color: #892b1a;
}

/* CSS Variables */
:root {
--color-1: #ffe500;
--color-2: #f5a524;
--color-3: #f05a28;
--color-4: #d8492c;
--color-5: #892b1a;
}

Yellow Starfruit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe500, #f5a524, #f05a28, #d8492c, #892b1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe500, #f5a524, #f05a28, #d8492c, #892b1a);
}

Yellow Starfruit color palette created on .