Paleta de colores Shades of Robin's Egg Blue

Brillo

Saturación

Calidez

UI Examples

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

Compartir esta paleta en:

CSS de la paleta de colores Shades of Robin's Egg Blue

/* 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;
}

CSS del degradado de fondo Shades of Robin's Egg Blue

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

Shades of Robin's Egg Blue color palette created on .