Paleta de colores High Contrast Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with High Contrast Blue palette

Compartir esta paleta en:

Descargar la paleta de colores High Contrast Blue (PNG)

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

CSS de la paleta de colores High Contrast Blue

/* 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 del degradado de fondo 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 .