Aqua Chill Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Chill palette

Share this palette to:

Aqua Chill color palette CSS

/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #00e6d2;
}
.color-4 {
color: #b1eaf2;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdad;
--color-3: #00e6d2;
--color-4: #b1eaf2;
--color-5: #e0f7fa;
}

Aqua Chill background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdad, #00e6d2, #b1eaf2, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdad, #00e6d2, #b1eaf2, #e0f7fa);
}

Aqua Chill color palette created on .