Mother Mother Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mother Mother palette
Mother Mother color palette CSS
/* 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;
}
Mother Mother background gradient CSS
/* 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);
}
Similar color palettes
Mother Mother color palette created on .