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