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: #ff5252;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #3f91ee;
}
.color-4 {
color: #1c3d73;
}
.color-5 {
color: #5a9216;
}

/* CSS Variables */
:root {
--color-1: #ff5252;
--color-2: #ffffff;
--color-3: #3f91ee;
--color-4: #1c3d73;
--color-5: #5a9216;
}

Red, White and Blue Britain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5252, #ffffff, #3f91ee, #1c3d73, #5a9216);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5252, #ffffff, #3f91ee, #1c3d73, #5a9216);
}

Red, White and Blue Britain color palette created on .