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: #0095c7;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #5cd5e6;
}
.color-4 {
color: #a2e6e6;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b0e0;
--color-3: #5cd5e6;
--color-4: #a2e6e6;
--color-5: #f0f8ff;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b0e0, #5cd5e6, #a2e6e6, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b0e0, #5cd5e6, #a2e6e6, #f0f8ff);
}
Similar color palettes
Aqua Serenity color palette created on .