Aqua Ice Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Ice palette

Share this palette to:

Aqua Ice color palette CSS

/* CSS */
.color-1 {
color: #dcf9f1;
}
.color-2 {
color: #a2e7d1;
}
.color-3 {
color: #5cd6b4;
}
.color-4 {
color: #30b59b;
}
.color-5 {
color: #1c8d7f;
}

/* CSS Variables */
:root {
--color-1: #dcf9f1;
--color-2: #a2e7d1;
--color-3: #5cd6b4;
--color-4: #30b59b;
--color-5: #1c8d7f;
}

Aqua Ice background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcf9f1, #a2e7d1, #5cd6b4, #30b59b, #1c8d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcf9f1, #a2e7d1, #5cd6b4, #30b59b, #1c8d7f);
}

Aqua Ice color palette created on .