Red, White and Blue Britain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red, White and Blue Britain palette

Share this palette to:

Red, White and Blue Britain color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #3d8eeb;
}
.color-4 {
color: #1f3c6b;
}
.color-5 {
color: #b0b0b0;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffffff;
--color-3: #3d8eeb;
--color-4: #1f3c6b;
--color-5: #b0b0b0;
}

Red, White and Blue Britain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffffff, #3d8eeb, #1f3c6b, #b0b0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffffff, #3d8eeb, #1f3c6b, #b0b0b0);
}

Red, White and Blue Britain color palette created on .