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: #f0e4c7;
}
.color-2 {
color: #f2d58c;
}
.color-3 {
color: #f6b23c;
}
.color-4 {
color: #d7a13c;
}
.color-5 {
color: #c66b2f;
}

/* CSS Variables */
:root {
--color-1: #f0e4c7;
--color-2: #f2d58c;
--color-3: #f6b23c;
--color-4: #d7a13c;
--color-5: #c66b2f;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e4c7, #f2d58c, #f6b23c, #d7a13c, #c66b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e4c7, #f2d58c, #f6b23c, #d7a13c, #c66b2f);
}

Shades of Yellow color palette created on .