Red, White and Blue Britain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red, White and Blue Britain palette
Red, White and Blue Britain color palette CSS
/* CSS */
.color-1 {
color: #fb5246;
}
.color-2 {
color: #fbf5f4;
}
.color-3 {
color: #508ce7;
}
.color-4 {
color: #22395e;
}
.color-5 {
color: #708c12;
}
/* CSS Variables */
:root {
--color-1: #fb5246;
--color-2: #fbf5f4;
--color-3: #508ce7;
--color-4: #22395e;
--color-5: #708c12;
}
Red, White and Blue Britain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb5246, #fbf5f4, #508ce7, #22395e, #708c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb5246, #fbf5f4, #508ce7, #22395e, #708c12);
}
Similar color palettes
Red, White and Blue Britain color palette created on .