Warm Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Red palette

Condividi questa palette a:

tavolozza dei colori Warm Red CSS

/* CSS */
.color-1 {
color: #ffb85c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a33e3e;
}

/* CSS Variables */
:root {
--color-1: #ffb85c;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #d63f2e;
--color-5: #a33e3e;
}

CSS con gradiente di sfondo Warm Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb85c, #ff6e61, #ff4d4d, #d63f2e, #a33e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb85c, #ff6e61, #ff4d4d, #d63f2e, #a33e3e);
}

Warm Red color palette created on .