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