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: #00b3aa;
}
.color-2 {
color: #4fd6e8;
}
.color-3 {
color: #a5f3f0;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #4fd6e8;
--color-3: #a5f3f0;
--color-4: #b3e2ff;
--color-5: #e0f7ff;
}
Aqua Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #4fd6e8, #a5f3f0, #b3e2ff, #e0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #4fd6e8, #a5f3f0, #b3e2ff, #e0f7ff);
}
Similar color palettes
Aqua Dream color palette created on .