Aqua Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serenity palette

Share this palette to:

Aqua Serenity color palette CSS

/* CSS */
.color-1 {
color: #00bcf5;
}
.color-2 {
color: #e9e0ff;
}
.color-3 {
color: #fef0ff;
}
.color-4 {
color: #fffaff;
}
.color-5 {
color: #fff8f0;
}

/* CSS Variables */
:root {
--color-1: #00bcf5;
--color-2: #e9e0ff;
--color-3: #fef0ff;
--color-4: #fffaff;
--color-5: #fff8f0;
}

Aqua Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bcf5, #e9e0ff, #fef0ff, #fffaff, #fff8f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bcf5, #e9e0ff, #fef0ff, #fffaff, #fff8f0);
}

Aqua Serenity color palette created on .