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: #1b6aa7;
}
.color-2 {
color: #4bbae2;
}
.color-3 {
color: #7bb7d5;
}
.color-4 {
color: #9ee2e5;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #1b6aa7;
--color-2: #4bbae2;
--color-3: #7bb7d5;
--color-4: #9ee2e5;
--color-5: #e0f7fa;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6aa7, #4bbae2, #7bb7d5, #9ee2e5, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6aa7, #4bbae2, #7bb7d5, #9ee2e5, #e0f7fa);
}
Similar color palettes
Aqua Serenity color palette created on .