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: #f4c543;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #ea5b48;
}
.color-4 {
color: #d04e79;
}
.color-5 {
color: #a152b7;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e77e23;
--color-3: #ea5b48;
--color-4: #d04e79;
--color-5: #a152b7;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e77e23, #ea5b48, #d04e79, #a152b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e77e23, #ea5b48, #d04e79, #a152b7);
}

Vibrant Orange color palette created on .