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