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