Paleta de colores Vibrant Vermilion

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Vermilion palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Vermilion (PNG)

Download vibrant vermilion color palette PNG image (landscape)
Download vibrant vermilion color palette PNG image (square)

CSS de la paleta de colores Vibrant Vermilion

/* CSS */
.color-1 {
color: #ff6a00;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffee00;
}

/* CSS Variables */
:root {
--color-1: #ff6a00;
--color-2: #ff9900;
--color-3: #ffc300;
--color-4: #ffd900;
--color-5: #ffee00;
}

CSS del degradado de fondo Vibrant Vermilion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6a00, #ff9900, #ffc300, #ffd900, #ffee00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6a00, #ff9900, #ffc300, #ffd900, #ffee00);
}

Vibrant Vermilion color palette created on .