Aqua Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Serenity palette
Aqua Serenity color palette CSS
/* CSS */
.color-1 {
color: #00538f;
}
.color-2 {
color: #036db0;
}
.color-3 {
color: #0c84c0;
}
.color-4 {
color: #14a1c8;
}
.color-5 {
color: #1eaac2;
}
/* CSS Variables */
:root {
--color-1: #00538f;
--color-2: #036db0;
--color-3: #0c84c0;
--color-4: #14a1c8;
--color-5: #1eaac2;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00538f, #036db0, #0c84c0, #14a1c8, #1eaac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00538f, #036db0, #0c84c0, #14a1c8, #1eaac2);
}
Similar color palettes
Aqua Serenity color palette created on .