Moody Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moody Sunset palette

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

Moody Sunset カラー パレット PNG 画像

Download moody sunset color palette PNG image (landscape)
Download moody sunset color palette PNG image (square)

Moody Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #3b1c2f;
}
.color-2 {
color: #5d3c47;
}
.color-3 {
color: #9a5b63;
}
.color-4 {
color: #d1a789;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #3b1c2f;
--color-2: #5d3c47;
--color-3: #9a5b63;
--color-4: #d1a789;
--color-5: #f4e2c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b1c2f, #5d3c47, #9a5b63, #d1a789, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b1c2f, #5d3c47, #9a5b63, #d1a789, #f4e2c3);
}

Moody Sunset color palette created on .