Vibrant Orange Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Orange Blue palette

Condividi questa palette a:

tavolozza dei colori Vibrant Orange Blue CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #e75b04;
}
.color-3 {
color: #d73928;
}
.color-4 {
color: #8a2ce2;
}
.color-5 {
color: #5d6cc0;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #e75b04;
--color-3: #d73928;
--color-4: #8a2ce2;
--color-5: #5d6cc0;
}

CSS con gradiente di sfondo Vibrant Orange Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #e75b04, #d73928, #8a2ce2, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #e75b04, #d73928, #8a2ce2, #5d6cc0);
}

Vibrant Orange Blue color palette created on .