Paleta de colores Orange and Blue Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange and Blue Harmony palette
CSS de la paleta de colores Orange and Blue Harmony
/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #0077cc;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #00aaff;
--color-3: #ffcc00;
--color-4: #0077cc;
--color-5: #ff6d1f;
}
CSS del degradado de fondo Orange and Blue Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #00aaff, #ffcc00, #0077cc, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #00aaff, #ffcc00, #0077cc, #ff6d1f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Orange and Blue Harmony color palette created on .