Paleta de colores Blue Igor

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Igor palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Igor (PNG)

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

CSS de la paleta de colores Blue Igor

/* CSS */
.color-1 {
color: #5c8ddb;
}
.color-2 {
color: #7bc7e5;
}
.color-3 {
color: #a4e2e5;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #f79f3b;
}

/* CSS Variables */
:root {
--color-1: #5c8ddb;
--color-2: #7bc7e5;
--color-3: #a4e2e5;
--color-4: #f1df5b;
--color-5: #f79f3b;
}

CSS del degradado de fondo Blue Igor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8ddb, #7bc7e5, #a4e2e5, #f1df5b, #f79f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8ddb, #7bc7e5, #a4e2e5, #f1df5b, #f79f3b);
}

Blue Igor color palette created on .