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: #4d1e3f;
}
.color-2 {
color: #574232;
}
.color-3 {
color: #5a5f3f;
}
.color-4 {
color: #325d44;
}
.color-5 {
color: #1c3769;
}

/* CSS Variables */
:root {
--color-1: #4d1e3f;
--color-2: #574232;
--color-3: #5a5f3f;
--color-4: #325d44;
--color-5: #1c3769;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1e3f, #574232, #5a5f3f, #325d44, #1c3769);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1e3f, #574232, #5a5f3f, #325d44, #1c3769);
}

Shades of Red color palette created on .