Magical Purple and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Magical Purple and Blue palette

Condividi questa palette a:

tavolozza dei colori Magical Purple and Blue CSS

/* CSS */
.color-1 {
color: #af2385;
}
.color-2 {
color: #833e89;
}
.color-3 {
color: #686fb1;
}
.color-4 {
color: #aca3dc;
}
.color-5 {
color: #c2c3e0;
}

/* CSS Variables */
:root {
--color-1: #af2385;
--color-2: #833e89;
--color-3: #686fb1;
--color-4: #aca3dc;
--color-5: #c2c3e0;
}

CSS con gradiente di sfondo Magical Purple and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af2385, #833e89, #686fb1, #aca3dc, #c2c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af2385, #833e89, #686fb1, #aca3dc, #c2c3e0);
}

Magical Purple and Blue color palette created on .