Aqua Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Dream palette
Aqua Dream color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #2cd4f2;
}
.color-3 {
color: #53dfe9;
}
.color-4 {
color: #76e5e3;
}
.color-5 {
color: #9bf3f2;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #2cd4f2;
--color-3: #53dfe9;
--color-4: #76e5e3;
--color-5: #9bf3f2;
}
Aqua Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #2cd4f2, #53dfe9, #76e5e3, #9bf3f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #2cd4f2, #53dfe9, #76e5e3, #9bf3f2);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Aqua Dream color palette created on .