Shades of Purple and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Purple and Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Purple and Blue CSS

/* CSS */
.color-1 {
color: #382d71;
}
.color-2 {
color: #414981;
}
.color-3 {
color: #6c466d;
}
.color-4 {
color: #846762;
}
.color-5 {
color: #9f6585;
}

/* CSS Variables */
:root {
--color-1: #382d71;
--color-2: #414981;
--color-3: #6c466d;
--color-4: #846762;
--color-5: #9f6585;
}

CSS con gradiente di sfondo Shades of Purple and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #382d71, #414981, #6c466d, #846762, #9f6585);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #382d71, #414981, #6c466d, #846762, #9f6585);
}

Shades of Purple and Blue color palette created on .