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: #f5a524;
}
.color-2 {
color: #f7e4b6;
}
.color-3 {
color: #b1e7d5;
}
.color-4 {
color: #3b9fd8;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f7e4b6;
--color-3: #b1e7d5;
--color-4: #3b9fd8;
--color-5: #2b3d50;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f7e4b6, #b1e7d5, #3b9fd8, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f7e4b6, #b1e7d5, #3b9fd8, #2b3d50);
}

Shades of Blue color palette created on .