Neon Utopia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Utopia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Neon Utopia Color Palette (PNG)
Neon Utopia color palette CSS
/* CSS */
.color-1 {
color: #ff5294;
}
.color-2 {
color: #ff9a6b;
}
.color-3 {
color: #ffdb99;
}
.color-4 {
color: #e0ffc7;
}
.color-5 {
color: #0afff7;
}
/* CSS Variables */
:root {
--color-1: #ff5294;
--color-2: #ff9a6b;
--color-3: #ffdb99;
--color-4: #e0ffc7;
--color-5: #0afff7;
}
Neon Utopia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5294, #ff9a6b, #ffdb99, #e0ffc7, #0afff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5294, #ff9a6b, #ffdb99, #e0ffc7, #0afff7);
}
Similar color palettes
Neon Utopia color palette created on .