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: #0096b8;
}
.color-2 {
color: #00bbe6;
}
.color-3 {
color: #3cd7e2;
}
.color-4 {
color: #a8e7eb;
}
.color-5 {
color: #f4f9fb;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00bbe6;
--color-3: #3cd7e2;
--color-4: #a8e7eb;
--color-5: #f4f9fb;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00bbe6, #3cd7e2, #a8e7eb, #f4f9fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00bbe6, #3cd7e2, #a8e7eb, #f4f9fb);
}
Similar color palettes
Aqua Serenity color palette created on .