Pixelated Dreams Color Palette
Discover the beautiful Pixelated Dreams color palette featuring big stone (#121e3b), blue dianne (#1c575a), shamrock (#2bbf93), atlantis (#76dc2e) and confetti (#edd168).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Teal, Green, Yellow color palettes and combinations.
💡 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 Pixelated Dreams palette
💻 Pixelated Dreams color palette CSS
/* CSS */
.color-1 {
color: #121e3b;
}
.color-2 {
color: #1c575a;
}
.color-3 {
color: #2bbf93;
}
.color-4 {
color: #76dc2e;
}
.color-5 {
color: #edd168;
}
/* CSS Variables */
:root {
--color-1: #121e3b;
--color-2: #1c575a;
--color-3: #2bbf93;
--color-4: #76dc2e;
--color-5: #edd168;
} 🌈 Pixelated Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121e3b, #1c575a, #2bbf93, #76dc2e, #edd168);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121e3b, #1c575a, #2bbf93, #76dc2e, #edd168);
} 🔗 Explore similar color palettes
Pixelated Dreams color palette created on .