Mars カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mars palette

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

Mars カラー パレット PNG 画像

Download mars color palette PNG image (landscape)
Download mars color palette PNG image (square)

Mars カラーパレット CSS

/* CSS */
.color-1 {
color: #cd4c4c;
}
.color-2 {
color: #e8a79b;
}
.color-3 {
color: #f2c8b5;
}
.color-4 {
color: #f2d769;
}
.color-5 {
color: #daa94e;
}

/* CSS Variables */
:root {
--color-1: #cd4c4c;
--color-2: #e8a79b;
--color-3: #f2c8b5;
--color-4: #f2d769;
--color-5: #daa94e;
}

Mars の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd4c4c, #e8a79b, #f2c8b5, #f2d769, #daa94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd4c4c, #e8a79b, #f2c8b5, #f2d769, #daa94e);
}

Mars color palette created on .