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: #007fad;
}
.color-2 {
color: #009ec2;
}
.color-3 {
color: #00c5db;
}
.color-4 {
color: #64dfe8;
}
.color-5 {
color: #b4f0f3;
}

/* CSS Variables */
:root {
--color-1: #007fad;
--color-2: #009ec2;
--color-3: #00c5db;
--color-4: #64dfe8;
--color-5: #b4f0f3;
}

Aqua Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007fad, #009ec2, #00c5db, #64dfe8, #b4f0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007fad, #009ec2, #00c5db, #64dfe8, #b4f0f3);
}

Aqua Dreamscape color palette created on .