Paleta de colores Shades of Blue Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue Sky

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #1b9db1;
}
.color-4 {
color: #007a8a;
}
.color-5 {
color: #00464d;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #5abfbd;
--color-3: #1b9db1;
--color-4: #007a8a;
--color-5: #00464d;
}

CSS del degradado de fondo Shades of Blue Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #5abfbd, #1b9db1, #007a8a, #00464d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #5abfbd, #1b9db1, #007a8a, #00464d);
}

Shades of Blue Sky color palette created on .