Paleta de colores Blue Cain

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Cain palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Cain (PNG)

Download blue cain color palette PNG image (landscape)
Download blue cain color palette PNG image (square)

CSS de la paleta de colores Blue Cain

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #f65b3c;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #496d9c;
--color-3: #a3c7e0;
--color-4: #f5c99e;
--color-5: #f65b3c;
}

CSS del degradado de fondo Blue Cain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #496d9c, #a3c7e0, #f5c99e, #f65b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #496d9c, #a3c7e0, #f5c99e, #f65b3c);
}

Blue Cain color palette created on .