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: #ff6933;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffb83d;
}
.color-4 {
color: #ffe74d;
}
.color-5 {
color: #fff9a3;
}

/* CSS Variables */
:root {
--color-1: #ff6933;
--color-2: #ffa142;
--color-3: #ffb83d;
--color-4: #ffe74d;
--color-5: #fff9a3;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6933, #ffa142, #ffb83d, #ffe74d, #fff9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6933, #ffa142, #ffb83d, #ffe74d, #fff9a3);
}

Vibrant Orange color palette created on .