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: #f0e78e;
}
.color-2 {
color: #d1a729;
}
.color-3 {
color: #a75c2a;
}
.color-4 {
color: #5c3a1f;
}
.color-5 {
color: #3d1f28;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d1a729;
--color-3: #a75c2a;
--color-4: #5c3a1f;
--color-5: #3d1f28;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d1a729, #a75c2a, #5c3a1f, #3d1f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d1a729, #a75c2a, #5c3a1f, #3d1f28);
}

Shades of Yellow color palette created on .