Abyssal Dreamscape Color Palette
Discover the beautiful Abyssal Dreamscape color palette featuring astronaut (#2d397b), san marino (#4b5ba0), glacier (#6d9cc5), regent st blue (#a2d1e6) and azalea (#f4b8c4).
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 Abyssal Dreamscape palette
💻 Abyssal Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #2d397b;
}
.color-2 {
color: #4b5ba0;
}
.color-3 {
color: #6d9cc5;
}
.color-4 {
color: #a2d1e6;
}
.color-5 {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--color-1: #2d397b;
--color-2: #4b5ba0;
--color-3: #6d9cc5;
--color-4: #a2d1e6;
--color-5: #f4b8c4;
} 🌈 Abyssal Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d397b, #4b5ba0, #6d9cc5, #a2d1e6, #f4b8c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d397b, #4b5ba0, #6d9cc5, #a2d1e6, #f4b8c4);
} 🔗 Explore similar color palettes
Abyssal Dreamscape color palette created on .