Paleta de colores Red, White, and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red, White, and Blue palette
CSS de la paleta de colores Red, White, and Blue
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #2094f3;
}
.color-5 {
color: #f44034;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffcc00;
--color-3: #4cae4f;
--color-4: #2094f3;
--color-5: #f44034;
}
CSS del degradado de fondo Red, White, and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffcc00, #4cae4f, #2094f3, #f44034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffcc00, #4cae4f, #2094f3, #f44034);
}
Paletas de colores similares
Red, White, and Blue color palette created on .