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: #4ad4e3;
}
.color-4 {
color: #a1e5e8;
}
.color-5 {
color: #e1f7f9;
}
/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #00a5e0;
--color-3: #4ad4e3;
--color-4: #a1e5e8;
--color-5: #e1f7f9;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #00a5e0, #4ad4e3, #a1e5e8, #e1f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #00a5e0, #4ad4e3, #a1e5e8, #e1f7f9);
}
Similar color palettes
Aqua Serenity color palette created on .