Aqua Vertex Dreamscape Color Palette
Discover the beautiful Aqua Vertex Dreamscape color palette featuring pelorous (#37b2c8), viking (#6ac3d7), morning glory (#a2e0e2), gin (#f0f5f3) and dairy cream (#fae1c2).
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 Aqua Vertex Dreamscape palette
💻 Aqua Vertex Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #37b2c8;
}
.color-2 {
color: #6ac3d7;
}
.color-3 {
color: #a2e0e2;
}
.color-4 {
color: #f0f5f3;
}
.color-5 {
color: #fae1c2;
}
/* CSS Variables */
:root {
--color-1: #37b2c8;
--color-2: #6ac3d7;
--color-3: #a2e0e2;
--color-4: #f0f5f3;
--color-5: #fae1c2;
} 🌈 Aqua Vertex Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37b2c8, #6ac3d7, #a2e0e2, #f0f5f3, #fae1c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37b2c8, #6ac3d7, #a2e0e2, #f0f5f3, #fae1c2);
} 🔗 Explore similar color palettes
Aqua Vertex Dreamscape color palette created on .