Shades of Blue and Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue and Red palette
tavolozza dei colori Shades of Blue and Red CSS
/* CSS */
.color-1 {
color: #ff0040;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffb742;
}
.color-4 {
color: #42c0ff;
}
.color-5 {
color: #0040ff;
}
/* CSS Variables */
:root {
--color-1: #ff0040;
--color-2: #ff7142;
--color-3: #ffb742;
--color-4: #42c0ff;
--color-5: #0040ff;
}
CSS con gradiente di sfondo Shades of Blue and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0040, #ff7142, #ffb742, #42c0ff, #0040ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0040, #ff7142, #ffb742, #42c0ff, #0040ff);
}
Tavolozze di colori simili
Shades of Blue and Red color palette created on .