Majestic Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Majestic Reverie palette

Share this palette to:

Majestic Reverie color palette CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #6c5dd0;
}
.color-3 {
color: #897ed3;
}
.color-4 {
color: #a69fe0;
}
.color-5 {
color: #cfc1f6;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #6c5dd0;
--color-3: #897ed3;
--color-4: #a69fe0;
--color-5: #cfc1f6;
}

Majestic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #6c5dd0, #897ed3, #a69fe0, #cfc1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #6c5dd0, #897ed3, #a69fe0, #cfc1f6);
}

Majestic Reverie color palette created on .