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: #ff6d1f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #a3c2e0;
}
.color-4 {
color: #004f94;
}
.color-5 {
color: #00264d;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f0a800;
--color-3: #a3c2e0;
--color-4: #004f94;
--color-5: #00264d;
}

CSS del degradado de fondo Orange and Blue Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f0a800, #a3c2e0, #004f94, #00264d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f0a800, #a3c2e0, #004f94, #00264d);
}

Orange and Blue Harmony color palette created on .