Red and Blue Miraculous Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red and Blue Miraculous palette

Share this palette to:

Red and Blue Miraculous color palette 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;
}

Red and Blue Miraculous background gradient CSS

/* 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);
}

Red and Blue Miraculous color palette created on .