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: #0078bd;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00c4d6;
}
.color-4 {
color: #19e2e6;
}
.color-5 {
color: #4dffe1;
}
/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #00a5e0;
--color-3: #00c4d6;
--color-4: #19e2e6;
--color-5: #4dffe1;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #00a5e0, #00c4d6, #19e2e6, #4dffe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #00a5e0, #00c4d6, #19e2e6, #4dffe1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Aqua Serenity color palette created on .