Shades of Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red palette

Condividi questa palette a:

tavolozza dei colori Shades of Red CSS

/* CSS */
.color-1 {
color: #f8c78b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d86b69;
}
.color-4 {
color: #aa5059;
}
.color-5 {
color: #4b3b3a;
}

/* CSS Variables */
:root {
--color-1: #f8c78b;
--color-2: #ff6e61;
--color-3: #d86b69;
--color-4: #aa5059;
--color-5: #4b3b3a;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c78b, #ff6e61, #d86b69, #aa5059, #4b3b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c78b, #ff6e61, #d86b69, #aa5059, #4b3b3a);
}

Shades of Red color palette created on .