Neon Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Reverie palette
Neon Reverie color palette CSS
/* CSS */
.color-1 {
color: #00ff80;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #1f8fff;
}
/* CSS Variables */
:root {
--color-1: #00ff80;
--color-2: #ffcc00;
--color-3: #ff6d1f;
--color-4: #ff1492;
--color-5: #1f8fff;
}
Neon Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff80, #ffcc00, #ff6d1f, #ff1492, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff80, #ffcc00, #ff6d1f, #ff1492, #1f8fff);
}
Similar color palettes
Neon Reverie color palette created on .