Paleta de colores Vibrant Yellow Red Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Yellow Red Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Yellow Red Purple

/* CSS */
.color-1 {
color: #f5c800;
}
.color-2 {
color: #db5000;
}
.color-3 {
color: #6d2c90;
}
.color-4 {
color: #a84100;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #f5c800;
--color-2: #db5000;
--color-3: #6d2c90;
--color-4: #a84100;
--color-5: #ff6e00;
}

CSS del degradado de fondo Vibrant Yellow Red Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c800, #db5000, #6d2c90, #a84100, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c800, #db5000, #6d2c90, #a84100, #ff6e00);
}

Vibrant Yellow Red Purple color palette created on .