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: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #fff9c2;
}
.color-5 {
color: #d9e9d3;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #fff9c2;
--color-5: #d9e9d3;
}
Aquatic Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffd54d, #fff9c2, #d9e9d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffd54d, #fff9c2, #d9e9d3);
}
Similar color palettes
Aquatic Serenade color palette created on .