Paleta de colores Soft Grey and Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Grey and Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Grey and Yellow

/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #a6a6a6;
}
.color-3 {
color: #c9a54a;
}
.color-4 {
color: #f2e19c;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #a6a6a6;
--color-3: #c9a54a;
--color-4: #f2e19c;
--color-5: #f7c94b;
}

CSS del degradado de fondo Soft Grey and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #a6a6a6, #c9a54a, #f2e19c, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #a6a6a6, #c9a54a, #f2e19c, #f7c94b);
}

Soft Grey and Yellow color palette created on .