Mesmerizing Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mesmerizing Dreams palette

Condividi questa palette a:

tavolozza dei colori Mesmerizing Dreams CSS

/* CSS */
.color-1 {
color: #5d2a92;
}
.color-2 {
color: #7a4fba;
}
.color-3 {
color: #a77bc1;
}
.color-4 {
color: #d09fdf;
}
.color-5 {
color: #f1d0e3;
}

/* CSS Variables */
:root {
--color-1: #5d2a92;
--color-2: #7a4fba;
--color-3: #a77bc1;
--color-4: #d09fdf;
--color-5: #f1d0e3;
}

CSS con gradiente di sfondo Mesmerizing Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d2a92, #7a4fba, #a77bc1, #d09fdf, #f1d0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d2a92, #7a4fba, #a77bc1, #d09fdf, #f1d0e3);
}

Mesmerizing Dreams color palette created on .