High Contrast Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with High Contrast Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori High Contrast Blue (PNG)

Download high contrast blue color palette PNG image (landscape)
Download high contrast blue color palette PNG image (square)

tavolozza dei colori High Contrast Blue CSS

/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #1e81d2;
}
.color-3 {
color: #a42d4f;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #7c4dff;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #1e81d2;
--color-3: #a42d4f;
--color-4: #00b3aa;
--color-5: #7c4dff;
}

CSS con gradiente di sfondo High Contrast Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #1e81d2, #a42d4f, #00b3aa, #7c4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #1e81d2, #a42d4f, #00b3aa, #7c4dff);
}

High Contrast Blue color palette created on .