Sunset Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Harvest palette

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

Sunset Harvest カラーパレット (PNG) をダウンロード

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

Sunset Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c960;
}
.color-2 {
color: #f3a858;
}
.color-3 {
color: #f05a28;
}
.color-4 {
color: #c34a37;
}
.color-5 {
color: #6d2c60;
}

/* CSS Variables */
:root {
--color-1: #f6c960;
--color-2: #f3a858;
--color-3: #f05a28;
--color-4: #c34a37;
--color-5: #6d2c60;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c960, #f3a858, #f05a28, #c34a37, #6d2c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c960, #f3a858, #f05a28, #c34a37, #6d2c60);
}

Sunset Harvest color palette created on .