Elysian Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elysian Reverie palette

Share this palette to:

Elysian Reverie color palette CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f7da4b;
}
.color-3 {
color: #a7d3b4;
}
.color-4 {
color: #4c9fbd;
}
.color-5 {
color: #404b82;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f7da4b;
--color-3: #a7d3b4;
--color-4: #4c9fbd;
--color-5: #404b82;
}

Elysian Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f7da4b, #a7d3b4, #4c9fbd, #404b82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f7da4b, #a7d3b4, #4c9fbd, #404b82);
}

Elysian Reverie color palette created on .