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: #2798fc;
}
.color-2 {
color: #39aff3;
}
.color-3 {
color: #5ac2f6;
}
.color-4 {
color: #a1d9f7;
}
.color-5 {
color: #f3eaf6;
}

/* CSS Variables */
:root {
--color-1: #2798fc;
--color-2: #39aff3;
--color-3: #5ac2f6;
--color-4: #a1d9f7;
--color-5: #f3eaf6;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2798fc, #39aff3, #5ac2f6, #a1d9f7, #f3eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2798fc, #39aff3, #5ac2f6, #a1d9f7, #f3eaf6);
}

Shades of Blue color palette created on .