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: #ef7b9c;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #ffdd80;
}
.color-4 {
color: #e0f5e1;
}
.color-5 {
color: #87c3ed;
}

/* CSS Variables */
:root {
--color-1: #ef7b9c;
--color-2: #f9a94e;
--color-3: #ffdd80;
--color-4: #e0f5e1;
--color-5: #87c3ed;
}

Elysian Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef7b9c, #f9a94e, #ffdd80, #e0f5e1, #87c3ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef7b9c, #f9a94e, #ffdd80, #e0f5e1, #87c3ed);
}

Elysian Reverie color palette created on .