Warm Embers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Embers palette

Condividi questa palette a:

tavolozza dei colori Warm Embers CSS

/* CSS */
.color-1 {
color: #f1c7b6;
}
.color-2 {
color: #e2a99c;
}
.color-3 {
color: #d28a7f;
}
.color-4 {
color: #c07d6d;
}
.color-5 {
color: #a85f5d;
}

/* CSS Variables */
:root {
--color-1: #f1c7b6;
--color-2: #e2a99c;
--color-3: #d28a7f;
--color-4: #c07d6d;
--color-5: #a85f5d;
}

CSS con gradiente di sfondo Warm Embers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c7b6, #e2a99c, #d28a7f, #c07d6d, #a85f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c7b6, #e2a99c, #d28a7f, #c07d6d, #a85f5d);
}

Warm Embers color palette created on .