Dark Blue with a Touch of Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Blue with a Touch of Red palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Dark Blue with a Touch of Red

Download dark blue with a touch of red color palette PNG image (landscape)
Download dark blue with a touch of red color palette PNG image (square)

tavolozza dei colori Dark Blue with a Touch of Red CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #354a5f;
}
.color-3 {
color: #5d6d7e;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #edf1f2;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #354a5f;
--color-3: #5d6d7e;
--color-4: #e74d3c;
--color-5: #edf1f2;
}

CSS con gradiente di sfondo Dark Blue with a Touch of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #354a5f, #5d6d7e, #e74d3c, #edf1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #354a5f, #5d6d7e, #e74d3c, #edf1f2);
}

Dark Blue with a Touch of Red color palette created on .