Aquatic Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Serenade palette

Share this palette to:

Aquatic Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff997a;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #d5e1df;
}
.color-5 {
color: #a3d8e0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff997a;
--color-3: #ffc29e;
--color-4: #d5e1df;
--color-5: #a3d8e0;
}

Aquatic Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff997a, #ffc29e, #d5e1df, #a3d8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff997a, #ffc29e, #d5e1df, #a3d8e0);
}

Aquatic Serenade color palette created on .