Orange Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Blue palette

Condividi questa palette a:

tavolozza dei colori Orange Blue CSS

/* CSS */
.color-1 {
color: #d55e30;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f4e971;
}
.color-4 {
color: #88c4e2;
}
.color-5 {
color: #4f84a1;
}

/* CSS Variables */
:root {
--color-1: #d55e30;
--color-2: #f6b83c;
--color-3: #f4e971;
--color-4: #88c4e2;
--color-5: #4f84a1;
}

CSS con gradiente di sfondo Orange Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55e30, #f6b83c, #f4e971, #88c4e2, #4f84a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55e30, #f6b83c, #f4e971, #88c4e2, #4f84a1);
}

Orange Blue color palette created on .