Red and Yellow Fusion Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red and Yellow Fusion palette
tavolozza dei colori Red and Yellow Fusion CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #c72b29;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f4a20b;
}
.color-5 {
color: #b30000;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #c72b29;
--color-3: #f6b83c;
--color-4: #f4a20b;
--color-5: #b30000;
}
CSS con gradiente di sfondo Red and Yellow Fusion
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #c72b29, #f6b83c, #f4a20b, #b30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #c72b29, #f6b83c, #f4a20b, #b30000);
}
Tavolozze di colori simili
Red and Yellow Fusion color palette created on .