Blue Police Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Police palette

Condividi questa palette a:

tavolozza dei colori Blue Police CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #2f8d9d;
}
.color-3 {
color: #59c6d9;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #e2a9a2;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #2f8d9d;
--color-3: #59c6d9;
--color-4: #f2e7a6;
--color-5: #e2a9a2;
}

CSS con gradiente di sfondo Blue Police

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #2f8d9d, #59c6d9, #f2e7a6, #e2a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #2f8d9d, #59c6d9, #f2e7a6, #e2a9a2);
}

Blue Police color palette created on .