Blue Academic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Academic palette
Blue Academic color palette CSS
/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #9fc1d6;
}
.color-3 {
color: #f3e6aa;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d55f3f;
}
/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #9fc1d6;
--color-3: #f3e6aa;
--color-4: #f6b83c;
--color-5: #d55f3f;
}
Blue Academic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #9fc1d6, #f3e6aa, #f6b83c, #d55f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #9fc1d6, #f3e6aa, #f6b83c, #d55f3f);
}
Similar color palettes
- Lunar Serenade
- 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
Blue Academic color palette created on .