Robin's Egg Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Robin's Egg Blue Shades palette

Share this palette to:

Download Robin's Egg Blue Shades Color Palette (PNG)

Download robin's egg blue shades color palette PNG image (landscape)
Download robin's egg blue shades color palette PNG image (square)

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);
}

Robin's Egg Blue Shades color palette created on .