Mother Mother カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mother Mother palette
Mother Mother カラーパレット 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 の背景のグラデーション 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 .