Baldwin IV カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Baldwin IV palette

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

Baldwin IV カラー パレット PNG 画像

Download baldwin iv color palette PNG image (landscape)
Download baldwin iv color palette PNG image (square)

Baldwin IV カラーパレット CSS

/* CSS */
.color-1 {
color: #dab9a4;
}
.color-2 {
color: #c6a77b;
}
.color-3 {
color: #a48e5b;
}
.color-4 {
color: #6e4b3a;
}
.color-5 {
color: #2c1b1b;
}

/* CSS Variables */
:root {
--color-1: #dab9a4;
--color-2: #c6a77b;
--color-3: #a48e5b;
--color-4: #6e4b3a;
--color-5: #2c1b1b;
}

Baldwin IV の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab9a4, #c6a77b, #a48e5b, #6e4b3a, #2c1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab9a4, #c6a77b, #a48e5b, #6e4b3a, #2c1b1b);
}

Baldwin IV color palette created on .