Purple and Blue Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple and Blue Dream palette

Condividi questa palette a:

tavolozza dei colori Purple and Blue Dream CSS

/* CSS */
.color-1 {
color: #e4a3f0;
}
.color-2 {
color: #a5d4e3;
}
.color-3 {
color: #f7e8d4;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #e4a3f0;
--color-2: #a5d4e3;
--color-3: #f7e8d4;
--color-4: #ffcc80;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Purple and Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4a3f0, #a5d4e3, #f7e8d4, #ffcc80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4a3f0, #a5d4e3, #f7e8d4, #ffcc80, #ff6e61);
}

Purple and Blue Dream color palette created on .