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: #ffb84d;
}
.color-2 {
color: #ff8a66;
}
.color-3 {
color: #f44034;
}
.color-4 {
color: #5d6cc0;
}
.color-5 {
color: #65b5f6;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8a66;
--color-3: #f44034;
--color-4: #5d6cc0;
--color-5: #65b5f6;
}

CSS del degradado de fondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8a66, #f44034, #5d6cc0, #65b5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8a66, #f44034, #5d6cc0, #65b5f6);
}

Vibrant Orange color palette created on .