Enigmatic Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enigmatic Reverie palette

Share this palette to:

Enigmatic Reverie color palette CSS

/* CSS */
.color-1 {
color: #5f4b8b;
}
.color-2 {
color: #a577c0;
}
.color-3 {
color: #d1b3e0;
}
.color-4 {
color: #f5c2d1;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #5f4b8b;
--color-2: #a577c0;
--color-3: #d1b3e0;
--color-4: #f5c2d1;
--color-5: #fab700;
}

Enigmatic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b8b, #a577c0, #d1b3e0, #f5c2d1, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b8b, #a577c0, #d1b3e0, #f5c2d1, #fab700);
}

Enigmatic Reverie color palette created on .