Red and Blue Fusion Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red and Blue Fusion palette
tavolozza dei colori Red and Blue Fusion CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #4682b4;
}
.color-5 {
color: #db143c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ff8052;
--color-4: #4682b4;
--color-5: #db143c;
}
CSS con gradiente di sfondo Red and Blue Fusion
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ff8052, #4682b4, #db143c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ff8052, #4682b4, #db143c);
}
Tavolozze di colori simili
Red and Blue Fusion color palette created on .