Celeste Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celeste Blue palette
Celeste Blue color palette CSS
/* CSS */
.color-1 {
color: #a1d7e2;
}
.color-2 {
color: #76c7d6;
}
.color-3 {
color: #4ca2b8;
}
.color-4 {
color: #1c8b9c;
}
.color-5 {
color: #0b6c79;
}
/* CSS Variables */
:root {
--color-1: #a1d7e2;
--color-2: #76c7d6;
--color-3: #4ca2b8;
--color-4: #1c8b9c;
--color-5: #0b6c79;
}
Celeste Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e2, #76c7d6, #4ca2b8, #1c8b9c, #0b6c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e2, #76c7d6, #4ca2b8, #1c8b9c, #0b6c79);
}
Similar color palettes
- 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
- Blue Moonlit
- Shades of Blue Moonlight
Celeste Blue color palette created on .