Vibrant Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Condividi questa palette a:

tavolozza dei colori Vibrant Orange CSS

/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #f1d84b;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #ea485e;
}
.color-5 {
color: #c880ff;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f1d84b;
--color-3: #ff7142;
--color-4: #ea485e;
--color-5: #c880ff;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f1d84b, #ff7142, #ea485e, #c880ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f1d84b, #ff7142, #ea485e, #c880ff);
}

Vibrant Orange color palette created on .