Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #a9e1f4;
}
.color-2 {
color: #70c3d2;
}
.color-3 {
color: #2ba6b6;
}
.color-4 {
color: #00999e;
}
.color-5 {
color: #007d80;
}
/* CSS Variables */
:root {
--color-1: #a9e1f4;
--color-2: #70c3d2;
--color-3: #2ba6b6;
--color-4: #00999e;
--color-5: #007d80;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1f4, #70c3d2, #2ba6b6, #00999e, #007d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1f4, #70c3d2, #2ba6b6, #00999e, #007d80);
}
Similar color palettes
- Moon
- Sky Blue Serenity
- Shades of Pink
- Blue Luninaria
- Celestial Harmony
- Light Blue
- 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
Shades of Blue color palette created on .