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: #00a5e0;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #a2d2e2;
}
.color-4 {
color: #e2f2fd;
}
.color-5 {
color: #f9c5b4;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #5cc0eb;
--color-3: #a2d2e2;
--color-4: #e2f2fd;
--color-5: #f9c5b4;
}
Aqua Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #5cc0eb, #a2d2e2, #e2f2fd, #f9c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #5cc0eb, #a2d2e2, #e2f2fd, #f9c5b4);
}
Similar color palettes
- Shades of Pink
- Blue Luninaria
- Celestial Harmony
- Blue Green Yellow Watercolor
- Silent Pursuit
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
Aqua Serenade color palette created on .