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