Aqua Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Dreamscape palette

Share this palette to:

Aqua Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #0096e0;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #1ce9b5;
}
.color-4 {
color: #6af0b0;
}
.color-5 {
color: #b0ff57;
}

/* CSS Variables */
:root {
--color-1: #0096e0;
--color-2: #00bdd6;
--color-3: #1ce9b5;
--color-4: #6af0b0;
--color-5: #b0ff57;
}

Aqua Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096e0, #00bdd6, #1ce9b5, #6af0b0, #b0ff57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096e0, #00bdd6, #1ce9b5, #6af0b0, #b0ff57);
}

Aqua Dreamscape color palette created on .