Yellow Starfruit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Starfruit palette

Condividi questa palette a:

tavolozza dei colori Yellow Starfruit CSS

/* CSS */
.color-1 {
color: #f8e61b;
}
.color-2 {
color: #f2e03a;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #f8e61b;
--color-2: #f2e03a;
--color-3: #f1c40e;
--color-4: #f39c12;
--color-5: #e77e23;
}

CSS con gradiente di sfondo Yellow Starfruit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e61b, #f2e03a, #f1c40e, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e61b, #f2e03a, #f1c40e, #f39c12, #e77e23);
}

Yellow Starfruit color palette created on .