Paleta de colores Pastel Pink and Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Pink and Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Pink and Yellow

/* CSS */
.color-1 {
color: #f5e58a;
}
.color-2 {
color: #f9c3d8;
}
.color-3 {
color: #ffb19e;
}
.color-4 {
color: #ffdd80;
}
.color-5 {
color: #f1c6e0;
}

/* CSS Variables */
:root {
--color-1: #f5e58a;
--color-2: #f9c3d8;
--color-3: #ffb19e;
--color-4: #ffdd80;
--color-5: #f1c6e0;
}

CSS del degradado de fondo Pastel Pink and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e58a, #f9c3d8, #ffb19e, #ffdd80, #f1c6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e58a, #f9c3d8, #ffb19e, #ffdd80, #f1c6e0);
}

Pastel Pink and Yellow color palette created on .