Aquatic Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquatic Serenade palette
Aquatic Serenade color palette CSS
/* CSS */
.color-1 {
color: #5bd6e1;
}
.color-2 {
color: #39b8d5;
}
.color-3 {
color: #1f9bd1;
}
.color-4 {
color: #e84f7f;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #5bd6e1;
--color-2: #39b8d5;
--color-3: #1f9bd1;
--color-4: #e84f7f;
--color-5: #f9c54e;
}
Aquatic Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bd6e1, #39b8d5, #1f9bd1, #e84f7f, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bd6e1, #39b8d5, #1f9bd1, #e84f7f, #f9c54e);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Aquatic Serenade color palette created on .