Aqua Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Dreamscape palette
Aqua Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #00adcc;
}
.color-2 {
color: #00c2e0;
}
.color-3 {
color: #4ee1e9;
}
.color-4 {
color: #8af4f1;
}
.color-5 {
color: #aff6f8;
}
/* CSS Variables */
:root {
--color-1: #00adcc;
--color-2: #00c2e0;
--color-3: #4ee1e9;
--color-4: #8af4f1;
--color-5: #aff6f8;
}
Aqua Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00adcc, #00c2e0, #4ee1e9, #8af4f1, #aff6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00adcc, #00c2e0, #4ee1e9, #8af4f1, #aff6f8);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Aqua Dreamscape color palette created on .