Paleta de colores Orange and Blue Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange and Blue Harmony palette

Compartir esta paleta en:

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);
}

Orange and Blue Harmony color palette created on .