Dewy Aqua Color Palette
Discover the beautiful Dewy Aqua color palette featuring aqua island (#a4dad5), jagged ice (#b6e2d7), jagged ice (#c4e9df), polar (#dff7f3) and aqua spring (#f0faf8).
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 Dewy Aqua palette
💻 Dewy Aqua color palette CSS
/* CSS */
.color-1 {
color: #a4dad5;
}
.color-2 {
color: #b6e2d7;
}
.color-3 {
color: #c4e9df;
}
.color-4 {
color: #dff7f3;
}
.color-5 {
color: #f0faf8;
}
/* CSS Variables */
:root {
--color-1: #a4dad5;
--color-2: #b6e2d7;
--color-3: #c4e9df;
--color-4: #dff7f3;
--color-5: #f0faf8;
} 🌈 Dewy Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dad5, #b6e2d7, #c4e9df, #dff7f3, #f0faf8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dad5, #b6e2d7, #c4e9df, #dff7f3, #f0faf8);
} 🔗 Explore similar color palettes
Dewy Aqua color palette created on .