Paleta de colores Shining Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shining Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shining Blue

/* CSS */
.color-1 {
color: #d1d3e0;
}
.color-2 {
color: #a3b6d7;
}
.color-3 {
color: #80b3c6;
}
.color-4 {
color: #4cae99;
}
.color-5 {
color: #2a796c;
}

/* CSS Variables */
:root {
--color-1: #d1d3e0;
--color-2: #a3b6d7;
--color-3: #80b3c6;
--color-4: #4cae99;
--color-5: #2a796c;
}

CSS del degradado de fondo Shining Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d3e0, #a3b6d7, #80b3c6, #4cae99, #2a796c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d3e0, #a3b6d7, #80b3c6, #4cae99, #2a796c);
}

Shining Blue color palette created on .