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: #f9a824;
}
.color-2 {
color: #f26c3a;
}
.color-3 {
color: #da4e5f;
}
.color-4 {
color: #b63a84;
}
.color-5 {
color: #6c5b9a;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f26c3a;
--color-3: #da4e5f;
--color-4: #b63a84;
--color-5: #6c5b9a;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f26c3a, #da4e5f, #b63a84, #6c5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f26c3a, #da4e5f, #b63a84, #6c5b9a);
}

Vibrant Orange color palette created on .