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