Purple Blue Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Blue Dream palette

Condividi questa palette a:

tavolozza dei colori Purple Blue Dream CSS

/* CSS */
.color-1 {
color: #7a4fbf;
}
.color-2 {
color: #5a8ebf;
}
.color-3 {
color: #4eb7e4;
}
.color-4 {
color: #76d0e0;
}
.color-5 {
color: #a3b4f0;
}

/* CSS Variables */
:root {
--color-1: #7a4fbf;
--color-2: #5a8ebf;
--color-3: #4eb7e4;
--color-4: #76d0e0;
--color-5: #a3b4f0;
}

CSS con gradiente di sfondo Purple Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4fbf, #5a8ebf, #4eb7e4, #76d0e0, #a3b4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4fbf, #5a8ebf, #4eb7e4, #76d0e0, #a3b4f0);
}

Purple Blue Dream color palette created on .