Paleta de colores Vibrant Orange Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Orange Red palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Orange Red

/* CSS */
.color-1 {
color: #ffd694;
}
.color-2 {
color: #ffa3a5;
}
.color-3 {
color: #fc789e;
}
.color-4 {
color: #f83580;
}
.color-5 {
color: #9e42fa;
}

/* CSS Variables */
:root {
--color-1: #ffd694;
--color-2: #ffa3a5;
--color-3: #fc789e;
--color-4: #f83580;
--color-5: #9e42fa;
}

CSS del degradado de fondo Vibrant Orange Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd694, #ffa3a5, #fc789e, #f83580, #9e42fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd694, #ffa3a5, #fc789e, #f83580, #9e42fa);
}

Vibrant Orange Red color palette created on .