Aqua Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Serenity palette
Download Aqua Serenity Color Palette (PNG)
Aqua Serenity color palette CSS
/* CSS */
.color-1 {
color: #1abedb;
}
.color-2 {
color: #2dd2ca;
}
.color-3 {
color: #3de1b5;
}
.color-4 {
color: #69e2d6;
}
.color-5 {
color: #a4e7ef;
}
/* CSS Variables */
:root {
--color-1: #1abedb;
--color-2: #2dd2ca;
--color-3: #3de1b5;
--color-4: #69e2d6;
--color-5: #a4e7ef;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abedb, #2dd2ca, #3de1b5, #69e2d6, #a4e7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abedb, #2dd2ca, #3de1b5, #69e2d6, #a4e7ef);
}
Similar color palettes
Aqua Serenity color palette created on .