Mystical Orchid Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mystical Orchid Dreams palette

Condividi questa palette a:

tavolozza dei colori Mystical Orchid Dreams CSS

/* CSS */
.color-1 {
color: #4f107a;
}
.color-2 {
color: #6a2c90;
}
.color-3 {
color: #8c609f;
}
.color-4 {
color: #b88ebe;
}
.color-5 {
color: #f1c0d1;
}

/* CSS Variables */
:root {
--color-1: #4f107a;
--color-2: #6a2c90;
--color-3: #8c609f;
--color-4: #b88ebe;
--color-5: #f1c0d1;
}

CSS con gradiente di sfondo Mystical Orchid Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f107a, #6a2c90, #8c609f, #b88ebe, #f1c0d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f107a, #6a2c90, #8c609f, #b88ebe, #f1c0d1);
}

Mystical Orchid Dreams color palette created on .