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: #0087f5;
}
.color-2 {
color: #75c8ff;
}
.color-3 {
color: #b3e4ff;
}
.color-4 {
color: #ebf7ff;
}
.color-5 {
color: #fff2eb;
}
/* CSS Variables */
:root {
--color-1: #0087f5;
--color-2: #75c8ff;
--color-3: #b3e4ff;
--color-4: #ebf7ff;
--color-5: #fff2eb;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0087f5, #75c8ff, #b3e4ff, #ebf7ff, #fff2eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0087f5, #75c8ff, #b3e4ff, #ebf7ff, #fff2eb);
}
Similar color palettes
Aqua Serenity color palette created on .