Aqua Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Harmony palette
Aqua Harmony color palette CSS
/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #79e1e6;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b4e6;
--color-3: #79e1e6;
--color-4: #a2dae6;
--color-5: #e0f7fa;
}
Aqua Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b4e6, #79e1e6, #a2dae6, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b4e6, #79e1e6, #a2dae6, #e0f7fa);
}
Similar color palettes
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
- Teal Night Sky
Aqua Harmony color palette created on .