Harvest Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harvest Harmony palette

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

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

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

Harvest Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #00ff00;
}
.color-2 {
color: #a8e26a;
}
.color-3 {
color: #7a3f1f;
}
.color-4 {
color: #38ca07;
}
.color-5 {
color: #f6bb3c;
}

/* CSS Variables */
:root {
--color-1: #00ff00;
--color-2: #a8e26a;
--color-3: #7a3f1f;
--color-4: #38ca07;
--color-5: #f6bb3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff00, #a8e26a, #7a3f1f, #38ca07, #f6bb3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff00, #a8e26a, #7a3f1f, #38ca07, #f6bb3c);
}

Harvest Harmony color palette created on .