Cool Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Blue palette
Cool Blue color palette CSS
/* CSS */
.color-1 {
color: #3a699c;
}
.color-2 {
color: #4e8db1;
}
.color-3 {
color: #5cb8d6;
}
.color-4 {
color: #a6d6e8;
}
.color-5 {
color: #e9f9fc;
}
/* CSS Variables */
:root {
--color-1: #3a699c;
--color-2: #4e8db1;
--color-3: #5cb8d6;
--color-4: #a6d6e8;
--color-5: #e9f9fc;
}
Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a699c, #4e8db1, #5cb8d6, #a6d6e8, #e9f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a699c, #4e8db1, #5cb8d6, #a6d6e8, #e9f9fc);
}
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
Cool Blue color palette created on .