Paleta de colores Blue Uncanny

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Uncanny palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Uncanny

/* CSS */
.color-1 {
color: #1e3c6c;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #7ca4c0;
}
.color-4 {
color: #a4d1e5;
}
.color-5 {
color: #f5b59e;
}

/* CSS Variables */
:root {
--color-1: #1e3c6c;
--color-2: #496d9c;
--color-3: #7ca4c0;
--color-4: #a4d1e5;
--color-5: #f5b59e;
}

CSS del degradado de fondo Blue Uncanny

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c6c, #496d9c, #7ca4c0, #a4d1e5, #f5b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c6c, #496d9c, #7ca4c0, #a4d1e5, #f5b59e);
}

Blue Uncanny color palette created on .