Paleta de colores Vibrant Orange Music

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Orange Music palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Orange Music

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcc00;
--color-3: #7fd959;
--color-4: #3b5897;
--color-5: #d6006f;
}

CSS del degradado de fondo Vibrant Orange Music

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcc00, #7fd959, #3b5897, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcc00, #7fd959, #3b5897, #d6006f);
}

Vibrant Orange Music color palette created on .