Paleta de colores Vibrant Social Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Social Red palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Social Red

/* CSS */
.color-1 {
color: #f05a28;
}
.color-2 {
color: #f09c3d;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #c2e0e5;
}
.color-5 {
color: #6dd070;
}

/* CSS Variables */
:root {
--color-1: #f05a28;
--color-2: #f09c3d;
--color-3: #f1d35b;
--color-4: #c2e0e5;
--color-5: #6dd070;
}

CSS del degradado de fondo Vibrant Social Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05a28, #f09c3d, #f1d35b, #c2e0e5, #6dd070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05a28, #f09c3d, #f1d35b, #c2e0e5, #6dd070);
}

Vibrant Social Red color palette created on .