Sunny Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Yellow palette

Condividi questa palette a:

tavolozza dei colori Sunny Yellow CSS

/* CSS */
.color-1 {
color: #f5bc00;
}
.color-2 {
color: #f8d56d;
}
.color-3 {
color: #f4e09f;
}
.color-4 {
color: #f8b735;
}
.color-5 {
color: #d6a400;
}

/* CSS Variables */
:root {
--color-1: #f5bc00;
--color-2: #f8d56d;
--color-3: #f4e09f;
--color-4: #f8b735;
--color-5: #d6a400;
}

CSS con gradiente di sfondo Sunny Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5bc00, #f8d56d, #f4e09f, #f8b735, #d6a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5bc00, #f8d56d, #f4e09f, #f8b735, #d6a400);
}

Sunny Yellow color palette created on .