Blue United States Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue United States palette

Share this palette to:

Blue United States color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffe100;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #0095ff;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb300;
--color-3: #ffe100;
--color-4: #a8d600;
--color-5: #0095ff;
}

Blue United States background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb300, #ffe100, #a8d600, #0095ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb300, #ffe100, #a8d600, #0095ff);
}

Blue United States color palette created on .