Aqua Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Reverie palette
Aqua Reverie color palette CSS
/* CSS */
.color-1 {
color: #1c708d;
}
.color-2 {
color: #3bb3b5;
}
.color-3 {
color: #57d6c5;
}
.color-4 {
color: #87e3e1;
}
.color-5 {
color: #b8f4f3;
}
/* CSS Variables */
:root {
--color-1: #1c708d;
--color-2: #3bb3b5;
--color-3: #57d6c5;
--color-4: #87e3e1;
--color-5: #b8f4f3;
}
Aqua Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c708d, #3bb3b5, #57d6c5, #87e3e1, #b8f4f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c708d, #3bb3b5, #57d6c5, #87e3e1, #b8f4f3);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Aqua Reverie color palette created on .