Paleta de colores Yellow Pineapple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Pineapple palette

Compartir esta paleta en:

Descargar la paleta de colores Yellow Pineapple (PNG)

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

CSS de la paleta de colores Yellow Pineapple

/* CSS */
.color-1 {
color: #f8e6aa;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9b248;
}
.color-4 {
color: #f9a12f;
}
.color-5 {
color: #f7b1a1;
}

/* CSS Variables */
:root {
--color-1: #f8e6aa;
--color-2: #f9c54e;
--color-3: #f9b248;
--color-4: #f9a12f;
--color-5: #f7b1a1;
}

CSS del degradado de fondo Yellow Pineapple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e6aa, #f9c54e, #f9b248, #f9a12f, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e6aa, #f9c54e, #f9b248, #f9a12f, #f7b1a1);
}

Yellow Pineapple color palette created on .