Paleta de colores Vibrant Ember Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Ember Symphony palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Ember Symphony

/* CSS */
.color-1 {
color: #ffc105;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #6e1d8b;
}
.color-5 {
color: #4051b5;
}

/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff6d1f;
--color-3: #ff4d7f;
--color-4: #6e1d8b;
--color-5: #4051b5;
}

CSS del degradado de fondo Vibrant Ember Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff6d1f, #ff4d7f, #6e1d8b, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff6d1f, #ff4d7f, #6e1d8b, #4051b5);
}

Vibrant Ember Symphony color palette created on .