Robin's Egg Blue Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

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

Condividi questa palette a:

Scarica la tavolozza dei colori Robin's Egg Blue Shades (PNG)

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

tavolozza dei colori Robin's Egg Blue Shades 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;
}

CSS con gradiente di sfondo Robin's Egg Blue Shades

/* 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 .