Mystic Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Reverie palette

Share this palette to:

Mystic Reverie color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #781731;
}
.color-3 {
color: #95c5da;
}
.color-4 {
color: #3d3342;
}
.color-5 {
color: #9b9295;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #781731;
--color-3: #95c5da;
--color-4: #3d3342;
--color-5: #9b9295;
}

Mystic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #781731, #95c5da, #3d3342, #9b9295);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #781731, #95c5da, #3d3342, #9b9295);
}

Similar color palettes

Mystic Reverie color palette created on .