Neon Pink Dream Color Palette
Discover the beautiful Neon Pink Dream color palette featuring radical red (#ff3363), dandelion (#ffdf61), aquamarine (#61ffb0), malibu (#57b3ff) and mauve (#fea8ff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Neon Pink Dream palette
💻 Neon Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #ff3363;
}
.color-2 {
color: #ffdf61;
}
.color-3 {
color: #61ffb0;
}
.color-4 {
color: #57b3ff;
}
.color-5 {
color: #fea8ff;
}
/* CSS Variables */
:root {
--color-1: #ff3363;
--color-2: #ffdf61;
--color-3: #61ffb0;
--color-4: #57b3ff;
--color-5: #fea8ff;
} 🌈 Neon Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3363, #ffdf61, #61ffb0, #57b3ff, #fea8ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3363, #ffdf61, #61ffb0, #57b3ff, #fea8ff);
} 🔗 Explore similar color palettes
Neon Pink Dream color palette created on .