Savory Indulgence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Savory Indulgence palette

Condividi questa palette a:

tavolozza dei colori Savory Indulgence CSS

/* CSS */
.color-1 {
color: #c85c4c;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #e2a86e;
}
.color-4 {
color: #daa94e;
}
.color-5 {
color: #6b4c4c;
}

/* CSS Variables */
:root {
--color-1: #c85c4c;
--color-2: #f2a76e;
--color-3: #e2a86e;
--color-4: #daa94e;
--color-5: #6b4c4c;
}

CSS con gradiente di sfondo Savory Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85c4c, #f2a76e, #e2a86e, #daa94e, #6b4c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85c4c, #f2a76e, #e2a86e, #daa94e, #6b4c4c);
}

Savory Indulgence color palette created on .