Caramel Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Brown palette

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

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

Download caramel brown color palette PNG image (landscape)
Download caramel brown color palette PNG image (square)

Caramel Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a52c;
}
.color-2 {
color: #b3893d;
}
.color-3 {
color: #80694d;
}
.color-4 {
color: #e4c4a0;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #d8a52c;
--color-2: #b3893d;
--color-3: #80694d;
--color-4: #e4c4a0;
--color-5: #f4e2c3;
}

Caramel Brown の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a52c, #b3893d, #80694d, #e4c4a0, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a52c, #b3893d, #80694d, #e4c4a0, #f4e2c3);
}

Caramel Brown color palette created on .