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