Paleta de colores Shades of Blue and Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue and Red palette
CSS de la paleta de colores Shades of Blue and Red
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Shades of Blue and Red color palette created on .