Red and Blue Miraculous Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red and Blue Miraculous palette
tavolozza dei colori Red and Blue Miraculous CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Red and Blue Miraculous color palette created on .