Paleta de colores Pastel Meringue Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Meringue Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Meringue Pink

/* CSS */
.color-1 {
color: #f9e2b4;
}
.color-2 {
color: #e2b4f9;
}
.color-3 {
color: #b4e2f9;
}
.color-4 {
color: #b4f9d5;
}
.color-5 {
color: #f9b4b4;
}

/* CSS Variables */
:root {
--color-1: #f9e2b4;
--color-2: #e2b4f9;
--color-3: #b4e2f9;
--color-4: #b4f9d5;
--color-5: #f9b4b4;
}

CSS del degradado de fondo Pastel Meringue Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e2b4, #e2b4f9, #b4e2f9, #b4f9d5, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e2b4, #e2b4f9, #b4e2f9, #b4f9d5, #f9b4b4);
}

Pastel Meringue Pink color palette created on .