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: #f6b83c;
}
.color-2 {
color: #f7c5f2;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f0e3d6;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f7c5f2;
--color-3: #a3d6e0;
--color-4: #ff6e61;
--color-5: #f0e3d6;
}

CSS del degradado de fondo Pastel Pink and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f7c5f2, #a3d6e0, #ff6e61, #f0e3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f7c5f2, #a3d6e0, #ff6e61, #f0e3d6);
}

Pastel Pink and Yellow color palette created on .