Aqua Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Enchantment palette
Aqua Enchantment color palette CSS
/* CSS */
.color-1 {
color: #1e8f8d;
}
.color-2 {
color: #3bb1b5;
}
.color-3 {
color: #6dd1d5;
}
.color-4 {
color: #a5e2e9;
}
.color-5 {
color: #f8f6e8;
}
/* CSS Variables */
:root {
--color-1: #1e8f8d;
--color-2: #3bb1b5;
--color-3: #6dd1d5;
--color-4: #a5e2e9;
--color-5: #f8f6e8;
}
Aqua Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8f8d, #3bb1b5, #6dd1d5, #a5e2e9, #f8f6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8f8d, #3bb1b5, #6dd1d5, #a5e2e9, #f8f6e8);
}
Similar color palettes
Aqua Enchantment color palette created on .