Paleta de colores Blue Underrated

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Underrated palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Underrated

/* CSS */
.color-1 {
color: #3b5d8c;
}
.color-2 {
color: #618eb8;
}
.color-3 {
color: #78bdd3;
}
.color-4 {
color: #a2d7e7;
}
.color-5 {
color: #f1e0a7;
}

/* CSS Variables */
:root {
--color-1: #3b5d8c;
--color-2: #618eb8;
--color-3: #78bdd3;
--color-4: #a2d7e7;
--color-5: #f1e0a7;
}

CSS del degradado de fondo Blue Underrated

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d8c, #618eb8, #78bdd3, #a2d7e7, #f1e0a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d8c, #618eb8, #78bdd3, #a2d7e7, #f1e0a7);
}

Blue Underrated color palette created on .