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
CSS de la paleta de colores Red, White and Blue Britain
/* 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;
}
CSS del degradado de fondo Red, White and Blue Britain
/* 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);
}
Paletas de colores similares
Red, White and Blue Britain color palette created on .