Neon Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Reverie palette

Share this palette to:

Neon Reverie color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6e6e8c;
}
.color-3 {
color: #3e5b89;
}
.color-4 {
color: #5e9c8d;
}
.color-5 {
color: #f0b5a3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6e6e8c;
--color-3: #3e5b89;
--color-4: #5e9c8d;
--color-5: #f0b5a3;
}

Neon Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6e6e8c, #3e5b89, #5e9c8d, #f0b5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6e6e8c, #3e5b89, #5e9c8d, #f0b5a3);
}

Neon Reverie color palette created on .