Paleta de colores Mother Mother

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mother Mother palette

Compartir esta paleta en:

CSS de la paleta de colores Mother Mother

/* CSS */
.color-1 {
color: #f48ae8;
}
.color-2 {
color: #fccadc;
}
.color-3 {
color: #fedcdd;
}
.color-4 {
color: #9bf3dd;
}
.color-5 {
color: #3eefef;
}

/* CSS Variables */
:root {
--color-1: #f48ae8;
--color-2: #fccadc;
--color-3: #fedcdd;
--color-4: #9bf3dd;
--color-5: #3eefef;
}

CSS del degradado de fondo Mother Mother

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f48ae8, #fccadc, #fedcdd, #9bf3dd, #3eefef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f48ae8, #fccadc, #fedcdd, #9bf3dd, #3eefef);
}

Paletas de colores similares

Mother Mother color palette created on .