Culinary Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Culinary Sunset palette

Condividi questa palette a:

tavolozza dei colori Culinary Sunset CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #d74f1d;
}
.color-4 {
color: #a73e1b;
}
.color-5 {
color: #5f2b2c;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f57e00;
--color-3: #d74f1d;
--color-4: #a73e1b;
--color-5: #5f2b2c;
}

CSS con gradiente di sfondo Culinary Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f57e00, #d74f1d, #a73e1b, #5f2b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f57e00, #d74f1d, #a73e1b, #5f2b2c);
}

Culinary Sunset color palette created on .