Paleta de colores Shades of Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow

/* CSS */
.color-1 {
color: #f6c80e;
}
.color-2 {
color: #f2a60d;
}
.color-3 {
color: #d98b0d;
}
.color-4 {
color: #c97b0d;
}
.color-5 {
color: #a65c07;
}

/* CSS Variables */
:root {
--color-1: #f6c80e;
--color-2: #f2a60d;
--color-3: #d98b0d;
--color-4: #c97b0d;
--color-5: #a65c07;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c80e, #f2a60d, #d98b0d, #c97b0d, #a65c07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c80e, #f2a60d, #d98b0d, #c97b0d, #a65c07);
}

Shades of Yellow color palette created on .