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: #3ab1cf;
}
.color-2 {
color: #1f7c8e;
}
.color-3 {
color: #2b4d54;
}
.color-4 {
color: #4f9c8f;
}
.color-5 {
color: #6cf4c0;
}
/* CSS Variables */
:root {
--color-1: #3ab1cf;
--color-2: #1f7c8e;
--color-3: #2b4d54;
--color-4: #4f9c8f;
--color-5: #6cf4c0;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ab1cf, #1f7c8e, #2b4d54, #4f9c8f, #6cf4c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ab1cf, #1f7c8e, #2b4d54, #4f9c8f, #6cf4c0);
}
Similar color palettes
Aqua Serenity color palette created on .