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: #a5c0e9;
}
.color-2 {
color: #f2d6a6;
}
.color-3 {
color: #f9ba9f;
}
.color-4 {
color: #da5c2b;
}
.color-5 {
color: #3b4a59;
}

/* CSS Variables */
:root {
--color-1: #a5c0e9;
--color-2: #f2d6a6;
--color-3: #f9ba9f;
--color-4: #da5c2b;
--color-5: #3b4a59;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c0e9, #f2d6a6, #f9ba9f, #da5c2b, #3b4a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c0e9, #f2d6a6, #f9ba9f, #da5c2b, #3b4a59);
}

Shades of Blue color palette created on .