Paleta de colores Soft Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Yellow palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Yellow (PNG)

Download soft yellow color palette PNG image (landscape)
Download soft yellow color palette PNG image (square)

CSS de la paleta de colores Soft Yellow

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f9c9a4;
}
.color-3 {
color: #fce4a6;
}
.color-4 {
color: #f8efa0;
}
.color-5 {
color: #f4d35d;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f9c9a4;
--color-3: #fce4a6;
--color-4: #f8efa0;
--color-5: #f4d35d;
}

CSS del degradado de fondo Soft Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f9c9a4, #fce4a6, #f8efa0, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f9c9a4, #fce4a6, #f8efa0, #f4d35d);
}

Soft Yellow color palette created on .