Mystic Paua Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mystic Paua Dreams palette

Condividi questa palette a:

tavolozza dei colori Mystic Paua Dreams CSS

/* CSS */
.color-1 {
color: #5e2c90;
}
.color-2 {
color: #8e4bbe;
}
.color-3 {
color: #b97ec4;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #fa6c00;
}

/* CSS Variables */
:root {
--color-1: #5e2c90;
--color-2: #8e4bbe;
--color-3: #b97ec4;
--color-4: #f0a800;
--color-5: #fa6c00;
}

CSS con gradiente di sfondo Mystic Paua Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2c90, #8e4bbe, #b97ec4, #f0a800, #fa6c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2c90, #8e4bbe, #b97ec4, #f0a800, #fa6c00);
}

Mystic Paua Dreams color palette created on .