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: #1abbdb;
}
.color-2 {
color: #2ed3e5;
}
.color-3 {
color: #60f6f1;
}
.color-4 {
color: #a2f1e7;
}
.color-5 {
color: #dff6f3;
}
/* CSS Variables */
:root {
--color-1: #1abbdb;
--color-2: #2ed3e5;
--color-3: #60f6f1;
--color-4: #a2f1e7;
--color-5: #dff6f3;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abbdb, #2ed3e5, #60f6f1, #a2f1e7, #dff6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abbdb, #2ed3e5, #60f6f1, #a2f1e7, #dff6f3);
}
Similar color palettes
Aqua Serenity color palette created on .