Shades of Robin's Egg Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Robin's Egg Blue palette
Shades of Robin's Egg Blue color palette CSS
/* CSS */
.color-1 {
color: #00cccc;
}
.color-2 {
color: #66cccc;
}
.color-3 {
color: #99cccc;
}
.color-4 {
color: #ccffff;
}
.color-5 {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--color-1: #00cccc;
--color-2: #66cccc;
--color-3: #99cccc;
--color-4: #ccffff;
--color-5: #ffb3b3;
}
Shades of Robin's Egg Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cccc, #66cccc, #99cccc, #ccffff, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cccc, #66cccc, #99cccc, #ccffff, #ffb3b3);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Shades of Robin's Egg Blue color palette created on .