Aqua Playground Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Playground palette

Share this palette to:

Aqua Playground color palette CSS

/* CSS */
.color-1 {
color: #1e7bbe;
}
.color-2 {
color: #4ba3d2;
}
.color-3 {
color: #80d2e0;
}
.color-4 {
color: #a5e0e4;
}
.color-5 {
color: #f1f9f9;
}

/* CSS Variables */
:root {
--color-1: #1e7bbe;
--color-2: #4ba3d2;
--color-3: #80d2e0;
--color-4: #a5e0e4;
--color-5: #f1f9f9;
}

Aqua Playground background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7bbe, #4ba3d2, #80d2e0, #a5e0e4, #f1f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7bbe, #4ba3d2, #80d2e0, #a5e0e4, #f1f9f9);
}

Aqua Playground color palette created on .