Golden Griddle Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Griddle Delight palette

Condividi questa palette a:

tavolozza dei colori Golden Griddle Delight CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #daa94e;
}
.color-3 {
color: #b78b4e;
}
.color-4 {
color: #9c6f4f;
}
.color-5 {
color: #8a5c4c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #daa94e;
--color-3: #b78b4e;
--color-4: #9c6f4f;
--color-5: #8a5c4c;
}

CSS con gradiente di sfondo Golden Griddle Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #daa94e, #b78b4e, #9c6f4f, #8a5c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #daa94e, #b78b4e, #9c6f4f, #8a5c4c);
}

Golden Griddle Delight color palette created on .