Aqua Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Enchantment palette

Share this palette to:

Aqua Enchantment color palette CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #4cb7e1;
}
.color-3 {
color: #88e0e7;
}
.color-4 {
color: #a5f3f8;
}
.color-5 {
color: #e0ffff;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #4cb7e1;
--color-3: #88e0e7;
--color-4: #a5f3f8;
--color-5: #e0ffff;
}

Aqua Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #4cb7e1, #88e0e7, #a5f3f8, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #4cb7e1, #88e0e7, #a5f3f8, #e0ffff);
}

Aqua Enchantment color palette created on .