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