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: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #a9d40c;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #a9d40c;
--color-5: #ff4d4d;
}

CSS del degradado de fondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffeb8a, #a9d40c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffeb8a, #a9d40c, #ff4d4d);
}

Vibrant Red color palette created on .