Paleta de colores Red and Blue Fusion
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Blue Fusion palette
CSS de la paleta de colores Red and Blue Fusion
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Red and Blue Fusion color palette created on .