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: #3c93b9;
}
.color-2 {
color: #f5b938;
}
.color-3 {
color: #f28e1c;
}
.color-4 {
color: #e15947;
}
.color-5 {
color: #6f4d7a;
}

/* CSS Variables */
:root {
--color-1: #3c93b9;
--color-2: #f5b938;
--color-3: #f28e1c;
--color-4: #e15947;
--color-5: #6f4d7a;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c93b9, #f5b938, #f28e1c, #e15947, #6f4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c93b9, #f5b938, #f28e1c, #e15947, #6f4d7a);
}

Shades of Blue color palette created on .