Martian Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Martian Sunset palette

このパレットを共有する先:

Martian Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ba2c2c;
}
.color-2 {
color: #f38b1b;
}
.color-3 {
color: #f5b05b;
}
.color-4 {
color: #f3e7b4;
}
.color-5 {
color: #3c3e4e;
}

/* CSS Variables */
:root {
--color-1: #ba2c2c;
--color-2: #f38b1b;
--color-3: #f5b05b;
--color-4: #f3e7b4;
--color-5: #3c3e4e;
}

Martian Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba2c2c, #f38b1b, #f5b05b, #f3e7b4, #3c3e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba2c2c, #f38b1b, #f5b05b, #f3e7b4, #3c3e4e);
}

Martian Sunset color palette created on .