Light Robin's Egg Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Robin's Egg Blue palette
Light Robin's Egg Blue color palette CSS
/* CSS */
.color-1 {
color: #00b2b3;
}
.color-2 {
color: #4bd2d2;
}
.color-3 {
color: #9ae0e0;
}
.color-4 {
color: #cff7f7;
}
.color-5 {
color: #e5ffff;
}
/* CSS Variables */
:root {
--color-1: #00b2b3;
--color-2: #4bd2d2;
--color-3: #9ae0e0;
--color-4: #cff7f7;
--color-5: #e5ffff;
}
Light Robin's Egg Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b2b3, #4bd2d2, #9ae0e0, #cff7f7, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b2b3, #4bd2d2, #9ae0e0, #cff7f7, #e5ffff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Light Robin's Egg Blue color palette created on .