Mother Mother Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mother Mother palette

Share this palette to:

Mother Mother color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #fad66b;
}
.color-3 {
color: #f6e3a7;
}
.color-4 {
color: #d9c5ab;
}
.color-5 {
color: #9149ab;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #fad66b;
--color-3: #f6e3a7;
--color-4: #d9c5ab;
--color-5: #9149ab;
}

Mother Mother background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #fad66b, #f6e3a7, #d9c5ab, #9149ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #fad66b, #f6e3a7, #d9c5ab, #9149ab);
}

Mother Mother color palette created on .