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: #208dd5;
}
.color-2 {
color: #4cb8e6;
}
.color-3 {
color: #7ee0f1;
}
.color-4 {
color: #a9f2f9;
}
.color-5 {
color: #cff9fc;
}

/* CSS Variables */
:root {
--color-1: #208dd5;
--color-2: #4cb8e6;
--color-3: #7ee0f1;
--color-4: #a9f2f9;
--color-5: #cff9fc;
}

Aqua Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #208dd5, #4cb8e6, #7ee0f1, #a9f2f9, #cff9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #208dd5, #4cb8e6, #7ee0f1, #a9f2f9, #cff9fc);
}

Aqua Dreamscape color palette created on .