Yellow Waffle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Waffle palette

Condividi questa palette a:

tavolozza dei colori Yellow Waffle CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #eab76c;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #f4805d;
}
.color-5 {
color: #e74040;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #eab76c;
--color-3: #f2a76e;
--color-4: #f4805d;
--color-5: #e74040;
}

CSS con gradiente di sfondo Yellow Waffle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #eab76c, #f2a76e, #f4805d, #e74040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #eab76c, #f2a76e, #f4805d, #e74040);
}

Yellow Waffle color palette created on .