Ethereal Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Reverie palette
Ethereal Reverie color palette CSS
/* CSS */
.color-1 {
color: #4a2d6c;
}
.color-2 {
color: #7a4992;
}
.color-3 {
color: #a77dba;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #eb6c4c;
}
/* CSS Variables */
:root {
--color-1: #4a2d6c;
--color-2: #7a4992;
--color-3: #a77dba;
--color-4: #f4a462;
--color-5: #eb6c4c;
}
Ethereal Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2d6c, #7a4992, #a77dba, #f4a462, #eb6c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2d6c, #7a4992, #a77dba, #f4a462, #eb6c4c);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Ethereal Reverie color palette created on .