Aqua Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Luxury palette
Aqua Luxury color palette CSS
/* CSS */
.color-1 {
color: #a5d7e3;
}
.color-2 {
color: #b8e0d8;
}
.color-3 {
color: #e4f1e8;
}
.color-4 {
color: #f8e0bf;
}
.color-5 {
color: #f9c8ae;
}
/* CSS Variables */
:root {
--color-1: #a5d7e3;
--color-2: #b8e0d8;
--color-3: #e4f1e8;
--color-4: #f8e0bf;
--color-5: #f9c8ae;
}
Aqua Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d7e3, #b8e0d8, #e4f1e8, #f8e0bf, #f9c8ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d7e3, #b8e0d8, #e4f1e8, #f8e0bf, #f9c8ae);
}
Similar color palettes
Aqua Luxury color palette created on .