Michelle Morningstar カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Michelle Morningstar palette
Michelle Morningstar カラー パレット PNG 画像
Michelle Morningstar カラーパレット CSS
/* CSS */
.color-1 {
color: #f8d3a0;
}
.color-2 {
color: #f6a6a2;
}
.color-3 {
color: #f27d7d;
}
.color-4 {
color: #d45e74;
}
.color-5 {
color: #a54a90;
}
/* CSS Variables */
:root {
--color-1: #f8d3a0;
--color-2: #f6a6a2;
--color-3: #f27d7d;
--color-4: #d45e74;
--color-5: #a54a90;
}
Michelle Morningstar の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3a0, #f6a6a2, #f27d7d, #d45e74, #a54a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3a0, #f6a6a2, #f27d7d, #d45e74, #a54a90);
}
似たようなカラーパレット
Michelle Morningstar color palette created on .