Paleta de colores Vibrant Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Orange

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #d60000;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #6a00c7;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f57e00;
--color-3: #d60000;
--color-4: #a400b3;
--color-5: #6a00c7;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f57e00, #d60000, #a400b3, #6a00c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f57e00, #d60000, #a400b3, #6a00c7);
}

Vibrant Orange color palette created on .