Yellow Yarn Ball Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Yarn Ball palette

Condividi questa palette a:

tavolozza dei colori Yellow Yarn Ball CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f98348;
}
.color-3 {
color: #f9a748;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f98348;
--color-3: #f9a748;
--color-4: #91be6f;
--color-5: #56768f;
}

CSS con gradiente di sfondo Yellow Yarn Ball

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f98348, #f9a748, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f98348, #f9a748, #91be6f, #56768f);
}

Yellow Yarn Ball color palette created on .