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: #3b8fbf;
}
.color-2 {
color: #b63a3e;
}
.color-3 {
color: #9a6a8e;
}
.color-4 {
color: #f0ba4c;
}
.color-5 {
color: #e97d2b;
}

/* CSS Variables */
:root {
--color-1: #3b8fbf;
--color-2: #b63a3e;
--color-3: #9a6a8e;
--color-4: #f0ba4c;
--color-5: #e97d2b;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fbf, #b63a3e, #9a6a8e, #f0ba4c, #e97d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fbf, #b63a3e, #9a6a8e, #f0ba4c, #e97d2b);
}

Shades of Blue color palette created on .