Shades of Red and Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red and Purple palette

Condividi questa palette a:

tavolozza dei colori Shades of Red and Purple CSS

/* CSS */
.color-1 {
color: #d23732;
}
.color-2 {
color: #f0553d;
}
.color-3 {
color: #a15ec5;
}
.color-4 {
color: #4c409c;
}
.color-5 {
color: #ef9c3e;
}

/* CSS Variables */
:root {
--color-1: #d23732;
--color-2: #f0553d;
--color-3: #a15ec5;
--color-4: #4c409c;
--color-5: #ef9c3e;
}

CSS con gradiente di sfondo Shades of Red and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23732, #f0553d, #a15ec5, #4c409c, #ef9c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23732, #f0553d, #a15ec5, #4c409c, #ef9c3e);
}

Shades of Red and Purple color palette created on .