Paleta de colores Light Yellow and Light Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Yellow and Light Red palette

Compartir esta paleta en:

CSS de la paleta de colores Light Yellow and Light Red

/* CSS */
.color-1 {
color: #f6e1a7;
}
.color-2 {
color: #f2b1b1;
}
.color-3 {
color: #ffe5d6;
}
.color-4 {
color: #f7c5a6;
}
.color-5 {
color: #fee6ae;
}

/* CSS Variables */
:root {
--color-1: #f6e1a7;
--color-2: #f2b1b1;
--color-3: #ffe5d6;
--color-4: #f7c5a6;
--color-5: #fee6ae;
}

CSS del degradado de fondo Light Yellow and Light Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1a7, #f2b1b1, #ffe5d6, #f7c5a6, #fee6ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1a7, #f2b1b1, #ffe5d6, #f7c5a6, #fee6ae);
}

Light Yellow and Light Red color palette created on .