Blue Static Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Static palette

Condividi questa palette a:

tavolozza dei colori Blue Static CSS

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #3d4b6c;
}
.color-3 {
color: #5f7b91;
}
.color-4 {
color: #93b7b8;
}
.color-5 {
color: #f2b450;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #3d4b6c;
--color-3: #5f7b91;
--color-4: #93b7b8;
--color-5: #f2b450;
}

CSS con gradiente di sfondo Blue Static

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #3d4b6c, #5f7b91, #93b7b8, #f2b450);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #3d4b6c, #5f7b91, #93b7b8, #f2b450);
}

Blue Static color palette created on .