Red and Blue Miraculous Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red and Blue Miraculous palette

Condividi questa palette a:

tavolozza dei colori Red and Blue Miraculous CSS

/* CSS */
.color-1 {
color: #e00000;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #fae500;
}
.color-4 {
color: #0077b8;
}
.color-5 {
color: #00b2d6;
}

/* CSS Variables */
:root {
--color-1: #e00000;
--color-2: #f5a300;
--color-3: #fae500;
--color-4: #0077b8;
--color-5: #00b2d6;
}

CSS con gradiente di sfondo Red and Blue Miraculous

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e00000, #f5a300, #fae500, #0077b8, #00b2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e00000, #f5a300, #fae500, #0077b8, #00b2d6);
}

Red and Blue Miraculous color palette created on .