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: #f99f3e;
}
.color-2 {
color: #f8d88b;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #6e9bcf;
}
.color-5 {
color: #497b9c;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f8d88b;
--color-3: #a8d3e1;
--color-4: #6e9bcf;
--color-5: #497b9c;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f8d88b, #a8d3e1, #6e9bcf, #497b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f8d88b, #a8d3e1, #6e9bcf, #497b9c);
}

Shades of Blue color palette created on .