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: #f8c8a0;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d85d2c;
}
.color-4 {
color: #8b2d4b;
}
.color-5 {
color: #4c3b6d;
}
/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #f5a524;
--color-3: #d85d2c;
--color-4: #8b2d4b;
--color-5: #4c3b6d;
}
Ethereal Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #f5a524, #d85d2c, #8b2d4b, #4c3b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #f5a524, #d85d2c, #8b2d4b, #4c3b6d);
}
Similar color palettes
Ethereal Reverie color palette created on .