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: #04c5d7;
}
.color-2 {
color: #5dd8da;
}
.color-3 {
color: #7df2e1;
}
.color-4 {
color: #a5f8c1;
}
.color-5 {
color: #d4f5b2;
}
/* CSS Variables */
:root {
--color-1: #04c5d7;
--color-2: #5dd8da;
--color-3: #7df2e1;
--color-4: #a5f8c1;
--color-5: #d4f5b2;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04c5d7, #5dd8da, #7df2e1, #a5f8c1, #d4f5b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04c5d7, #5dd8da, #7df2e1, #a5f8c1, #d4f5b2);
}
Similar color palettes
Aqua Serenity color palette created on .