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: #fbcc4b;
}
.color-2 {
color: #f47f1f;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #892971;
}
.color-5 {
color: #4e1c6d;
}

/* CSS Variables */
:root {
--color-1: #fbcc4b;
--color-2: #f47f1f;
--color-3: #e13e33;
--color-4: #892971;
--color-5: #4e1c6d;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcc4b, #f47f1f, #e13e33, #892971, #4e1c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcc4b, #f47f1f, #e13e33, #892971, #4e1c6d);
}

Vibrant Orange color palette created on .