Robin's Egg Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Robin's Egg Blue Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Robin's Egg Blue Shades Color Palette (PNG)
Robin's Egg Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #004747;
}
.color-2 {
color: #0c4545;
}
.color-3 {
color: #124545;
}
.color-4 {
color: #185858;
}
.color-5 {
color: #581d1d;
}
/* CSS Variables */
:root {
--color-1: #004747;
--color-2: #0c4545;
--color-3: #124545;
--color-4: #185858;
--color-5: #581d1d;
}
Robin's Egg Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004747, #0c4545, #124545, #185858, #581d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004747, #0c4545, #124545, #185858, #581d1d);
}
Similar color palettes
Robin's Egg Blue Shades color palette created on .