Paleta de colores Vibrant Red Arcade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red Arcade palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red Arcade

/* CSS */
.color-1 {
color: #f34949;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #895af6;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #f34949;
--color-2: #fab700;
--color-3: #4b91e2;
--color-4: #895af6;
--color-5: #f9e79f;
}

CSS del degradado de fondo Vibrant Red Arcade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f34949, #fab700, #4b91e2, #895af6, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f34949, #fab700, #4b91e2, #895af6, #f9e79f);
}

Vibrant Red Arcade color palette created on .