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: #284577;
}
.color-2 {
color: #2a8d7d;
}
.color-3 {
color: #4c3c9a;
}
.color-4 {
color: #a47a2d;
}
.color-5 {
color: #e4a34e;
}

/* CSS Variables */
:root {
--color-1: #284577;
--color-2: #2a8d7d;
--color-3: #4c3c9a;
--color-4: #a47a2d;
--color-5: #e4a34e;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #284577, #2a8d7d, #4c3c9a, #a47a2d, #e4a34e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #284577, #2a8d7d, #4c3c9a, #a47a2d, #e4a34e);
}

Shades of Blue color palette created on .