Aqua Lab Experiment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Lab Experiment palette

Share this palette to:

Aqua Lab Experiment color palette CSS

/* CSS */
.color-1 {
color: #4c8b90;
}
.color-2 {
color: #69b5b2;
}
.color-3 {
color: #9ed4d6;
}
.color-4 {
color: #d3f1f3;
}
.color-5 {
color: #f5ffff;
}

/* CSS Variables */
:root {
--color-1: #4c8b90;
--color-2: #69b5b2;
--color-3: #9ed4d6;
--color-4: #d3f1f3;
--color-5: #f5ffff;
}

Aqua Lab Experiment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b90, #69b5b2, #9ed4d6, #d3f1f3, #f5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b90, #69b5b2, #9ed4d6, #d3f1f3, #f5ffff);
}

Aqua Lab Experiment color palette created on .