Majestic Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Majestic Reverie palette
Majestic Reverie color palette CSS
/* CSS */
.color-1 {
color: #592c90;
}
.color-2 {
color: #a84da0;
}
.color-3 {
color: #d789ca;
}
.color-4 {
color: #f1b7cf;
}
.color-5 {
color: #f4c3da;
}
/* CSS Variables */
:root {
--color-1: #592c90;
--color-2: #a84da0;
--color-3: #d789ca;
--color-4: #f1b7cf;
--color-5: #f4c3da;
}
Majestic Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c90, #a84da0, #d789ca, #f1b7cf, #f4c3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c90, #a84da0, #d789ca, #f1b7cf, #f4c3da);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Majestic Reverie color palette created on .