Aromatic Azure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aromatic Azure palette
Aromatic Azure color palette CSS
/* CSS */
.color-1 {
color: #6bb7e1;
}
.color-2 {
color: #4ca5e1;
}
.color-3 {
color: #408ebf;
}
.color-4 {
color: #2a6e98;
}
.color-5 {
color: #1e4d6c;
}
/* CSS Variables */
:root {
--color-1: #6bb7e1;
--color-2: #4ca5e1;
--color-3: #408ebf;
--color-4: #2a6e98;
--color-5: #1e4d6c;
}
Aromatic Azure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7e1, #4ca5e1, #408ebf, #2a6e98, #1e4d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7e1, #4ca5e1, #408ebf, #2a6e98, #1e4d6c);
}
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
Aromatic Azure color palette created on .