Paleta de colores Vibrant Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red

/* CSS */
.color-1 {
color: #f05656;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f7e13b;
}
.color-4 {
color: #4ad95d;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f05656;
--color-2: #f6b83c;
--color-3: #f7e13b;
--color-4: #4ad95d;
--color-5: #2a9d90;
}

CSS del degradado de fondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05656, #f6b83c, #f7e13b, #4ad95d, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05656, #f6b83c, #f7e13b, #4ad95d, #2a9d90);
}

Vibrant Red color palette created on .