Aquatic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquatic Serenity palette
Aquatic Serenity color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c2a5;
}
.color-4 {
color: #a2ddc6;
}
.color-5 {
color: #e1f9f4;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00c2a5;
--color-4: #a2ddc6;
--color-5: #e1f9f4;
}
Aquatic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00c2a5, #a2ddc6, #e1f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00c2a5, #a2ddc6, #e1f9f4);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Aquatic Serenity color palette created on .