Mystical Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystical Dreams palette

Share this palette to:

Mystical Dreams color palette CSS

/* CSS */
.color-1 {
color: #f0c2ff;
}
.color-2 {
color: #a77aff;
}
.color-3 {
color: #5f3c90;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcb5c;
}

/* CSS Variables */
:root {
--color-1: #f0c2ff;
--color-2: #a77aff;
--color-3: #5f3c90;
--color-4: #ff6e61;
--color-5: #ffcb5c;
}

Mystical Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c2ff, #a77aff, #5f3c90, #ff6e61, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c2ff, #a77aff, #5f3c90, #ff6e61, #ffcb5c);
}

Mystical Dreams color palette created on .