Serene Aqua Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Aqua Dream palette
Serene Aqua Dream color palette CSS
/* CSS */
.color-1 {
color: #57a5c1;
}
.color-2 {
color: #4ea5b7;
}
.color-3 {
color: #419eaf;
}
.color-4 {
color: #3d9dae;
}
.color-5 {
color: #3a99a6;
}
/* CSS Variables */
:root {
--color-1: #57a5c1;
--color-2: #4ea5b7;
--color-3: #419eaf;
--color-4: #3d9dae;
--color-5: #3a99a6;
}
Serene Aqua Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #57a5c1, #4ea5b7, #419eaf, #3d9dae, #3a99a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #57a5c1, #4ea5b7, #419eaf, #3d9dae, #3a99a6);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Serene Aqua Dream color palette created on .