Red, White, and Blue Taiwan Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red, White, and Blue Taiwan palette
tavolozza dei colori Red, White, and Blue Taiwan CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Red, White, and Blue Taiwan color palette created on .