Red, White and Blue Britain Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

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

Condividi questa palette a:

tavolozza dei colori Red, White and Blue Britain 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;
}

CSS con gradiente di sfondo Red, White and Blue Britain

/* 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);
}

Red, White and Blue Britain color palette created on .