Sunset Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Harvest palette

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

Sunset Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #a2502f;
}
.color-2 {
color: #e8a217;
}
.color-3 {
color: #d9c3a6;
}
.color-4 {
color: #92b0ce;
}
.color-5 {
color: #9d6c6c;
}

/* CSS Variables */
:root {
--color-1: #a2502f;
--color-2: #e8a217;
--color-3: #d9c3a6;
--color-4: #92b0ce;
--color-5: #9d6c6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2502f, #e8a217, #d9c3a6, #92b0ce, #9d6c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2502f, #e8a217, #d9c3a6, #92b0ce, #9d6c6c);
}

Sunset Harvest color palette created on .