Paleta de colores Blue and Red Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue and Red Harmony palette
CSS de la paleta de colores Blue and Red Harmony
/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #85d6ff;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #00aaff;
--color-3: #85d6ff;
--color-4: #ff6b6b;
--color-5: #ff4d4d;
}
CSS del degradado de fondo Blue and Red Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #00aaff, #85d6ff, #ff6b6b, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #00aaff, #85d6ff, #ff6b6b, #ff4d4d);
}
Paletas de colores similares
Blue and Red Harmony color palette created on .