Blue Industrial Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Industrial palette

Condividi questa palette a:

tavolozza dei colori Blue Industrial CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #f5d76b;
}
.color-4 {
color: #e57a6c;
}
.color-5 {
color: #3c3d49;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #a5c6d5;
--color-3: #f5d76b;
--color-4: #e57a6c;
--color-5: #3c3d49;
}

CSS con gradiente di sfondo Blue Industrial

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #a5c6d5, #f5d76b, #e57a6c, #3c3d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #a5c6d5, #f5d76b, #e57a6c, #3c3d49);
}

Blue Industrial color palette created on .