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: #4f9c99;
}
.color-2 {
color: #6ac7d7;
}
.color-3 {
color: #81e9e5;
}
.color-4 {
color: #c3f4ee;
}
.color-5 {
color: #f9c795;
}
/* CSS Variables */
:root {
--color-1: #4f9c99;
--color-2: #6ac7d7;
--color-3: #81e9e5;
--color-4: #c3f4ee;
--color-5: #f9c795;
}
Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c99, #6ac7d7, #81e9e5, #c3f4ee, #f9c795);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c99, #6ac7d7, #81e9e5, #c3f4ee, #f9c795);
}
Similar color palettes
Aqua Serenity color palette created on .