Mystic Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mystic Reverie palette

Condividi questa palette a:

tavolozza dei colori Mystic Reverie CSS

/* CSS */
.color-1 {
color: #a45cb7;
}
.color-2 {
color: #a86fbe;
}
.color-3 {
color: #aea4d0;
}
.color-4 {
color: #e0b6e2;
}
.color-5 {
color: #d69ebc;
}

/* CSS Variables */
:root {
--color-1: #a45cb7;
--color-2: #a86fbe;
--color-3: #aea4d0;
--color-4: #e0b6e2;
--color-5: #d69ebc;
}

CSS con gradiente di sfondo Mystic Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45cb7, #a86fbe, #aea4d0, #e0b6e2, #d69ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45cb7, #a86fbe, #aea4d0, #e0b6e2, #d69ebc);
}

Mystic Reverie color palette created on .