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: #263d69;
}
.color-2 {
color: #305a8d;
}
.color-3 {
color: #4a7eba;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #b5e1f2;
}

/* CSS Variables */
:root {
--color-1: #263d69;
--color-2: #305a8d;
--color-3: #4a7eba;
--color-4: #6cb4e4;
--color-5: #b5e1f2;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #263d69, #305a8d, #4a7eba, #6cb4e4, #b5e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #263d69, #305a8d, #4a7eba, #6cb4e4, #b5e1f2);
}

Shades of Blue color palette created on .