High Contrast Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with High Contrast Blue palette

Share this palette to:

Download High Contrast Blue Color Palette (PNG)

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

High Contrast Blue color palette 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;
}

High Contrast Blue background gradient CSS

/* 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 .