Paleta de colores Shades of Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue

/* CSS */
.color-1 {
color: #a4c7e5;
}
.color-2 {
color: #e8b2b0;
}
.color-3 {
color: #f6d3a2;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #a6d8a8;
}

/* CSS Variables */
:root {
--color-1: #a4c7e5;
--color-2: #e8b2b0;
--color-3: #f6d3a2;
--color-4: #f9d86c;
--color-5: #a6d8a8;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c7e5, #e8b2b0, #f6d3a2, #f9d86c, #a6d8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c7e5, #e8b2b0, #f6d3a2, #f9d86c, #a6d8a8);
}

Shades of Blue color palette created on .