Paleta de colores Amarillo Pastel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amarillo Pastel palette

Compartir esta paleta en:

Descargar la paleta de colores Amarillo Pastel (PNG)

Download amarillo pastel color palette PNG image (landscape)
Download amarillo pastel color palette PNG image (square)

CSS de la paleta de colores Amarillo Pastel

/* CSS */
.color-1 {
color: #f3e84f;
}
.color-2 {
color: #f3d458;
}
.color-3 {
color: #f2c769;
}
.color-4 {
color: #f1b374;
}
.color-5 {
color: #f0a17f;
}

/* CSS Variables */
:root {
--color-1: #f3e84f;
--color-2: #f3d458;
--color-3: #f2c769;
--color-4: #f1b374;
--color-5: #f0a17f;
}

CSS del degradado de fondo Amarillo Pastel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e84f, #f3d458, #f2c769, #f1b374, #f0a17f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e84f, #f3d458, #f2c769, #f1b374, #f0a17f);
}

Amarillo Pastel color palette created on .