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: #a6c6ed;
}
.color-2 {
color: #2a4d6a;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #b2c3d7;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #2a4d6a;
--color-3: #f3e0d3;
--color-4: #b2c3d7;
--color-5: #e9b79f;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #2a4d6a, #f3e0d3, #b2c3d7, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #2a4d6a, #f3e0d3, #b2c3d7, #e9b79f);
}

Shades of Blue color palette created on .