Giraffe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Giraffe palette

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

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

Download giraffe color palette PNG image (landscape)
Download giraffe color palette PNG image (square)

Giraffe カラーパレット CSS

/* CSS */
.color-1 {
color: #d7c98e;
}
.color-2 {
color: #b58b4f;
}
.color-3 {
color: #6b4e1e;
}
.color-4 {
color: #ecc3a2;
}
.color-5 {
color: #f7e89c;
}

/* CSS Variables */
:root {
--color-1: #d7c98e;
--color-2: #b58b4f;
--color-3: #6b4e1e;
--color-4: #ecc3a2;
--color-5: #f7e89c;
}

Giraffe の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c98e, #b58b4f, #6b4e1e, #ecc3a2, #f7e89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c98e, #b58b4f, #6b4e1e, #ecc3a2, #f7e89c);
}

Giraffe color palette created on .