Peachy Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Forest palette

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

Peachy Forest カラー パレット PNG 画像

Download peachy forest color palette PNG image (landscape)
Download peachy forest color palette PNG image (square)

Peachy Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffac75;
}
.color-3 {
color: #6d2c3e;
}
.color-4 {
color: #3a694a;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffac75;
--color-3: #6d2c3e;
--color-4: #3a694a;
--color-5: #ff6e61;
}

Peachy Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffac75, #6d2c3e, #3a694a, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffac75, #6d2c3e, #3a694a, #ff6e61);
}

Peachy Forest color palette created on .