Deep Purple Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deep Purple Red palette

Condividi questa palette a:

tavolozza dei colori Deep Purple Red CSS

/* CSS */
.color-1 {
color: #7b1e2d;
}
.color-2 {
color: #7b3d4c;
}
.color-3 {
color: #7a5c7a;
}
.color-4 {
color: #4e6a8d;
}
.color-5 {
color: #2d4e7b;
}

/* CSS Variables */
:root {
--color-1: #7b1e2d;
--color-2: #7b3d4c;
--color-3: #7a5c7a;
--color-4: #4e6a8d;
--color-5: #2d4e7b;
}

CSS con gradiente di sfondo Deep Purple Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e2d, #7b3d4c, #7a5c7a, #4e6a8d, #2d4e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e2d, #7b3d4c, #7a5c7a, #4e6a8d, #2d4e7b);
}

Deep Purple Red color palette created on .