Paleta de colores Red, White and Blue Britain

Brillo

Saturación

Calidez

UI Examples

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

Compartir esta paleta en:

CSS de la paleta de colores Red, White and Blue Britain

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

CSS del degradado de fondo Red, White and Blue Britain

/* 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 .