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: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #4abf6d;
}
.color-5 {
color: #3b8ea0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffcd29;
--color-4: #4abf6d;
--color-5: #3b8ea0;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffcd29, #4abf6d, #3b8ea0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffcd29, #4abf6d, #3b8ea0);
}

Vibrant Orange color palette created on .