Yellow Happiness Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Happiness palette

Condividi questa palette a:

tavolozza dei colori Yellow Happiness CSS

/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9a57;
}
.color-4 {
color: #fbaf3c;
}
.color-5 {
color: #f9e8b4;
}

/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #ff6e61;
--color-3: #ff9a57;
--color-4: #fbaf3c;
--color-5: #f9e8b4;
}

CSS con gradiente di sfondo Yellow Happiness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #ff6e61, #ff9a57, #fbaf3c, #f9e8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #ff6e61, #ff9a57, #fbaf3c, #f9e8b4);
}

Yellow Happiness color palette created on .