Aqua Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Serenade palette
Aqua Serenade color palette CSS
/* CSS */
.color-1 {
color: #dbe5f5;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #7bb8d1;
}
.color-4 {
color: #4da0b3;
}
.color-5 {
color: #1d8a96;
}
/* CSS Variables */
:root {
--color-1: #dbe5f5;
--color-2: #a3c8e1;
--color-3: #7bb8d1;
--color-4: #4da0b3;
--color-5: #1d8a96;
}
Aqua Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe5f5, #a3c8e1, #7bb8d1, #4da0b3, #1d8a96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe5f5, #a3c8e1, #7bb8d1, #4da0b3, #1d8a96);
}
Similar color palettes
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
- Serene Skies at Dusk
- Shades of Blue
- Cool Jazz Harmony
- Blue Chance
- Blue Earthtones
Aqua Serenade color palette created on .