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: #d19b6b;
}
.color-2 {
color: #b67b5d;
}
.color-3 {
color: #a65e4e;
}
.color-4 {
color: #e1c6a8;
}
.color-5 {
color: #f6e1b6;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #b67b5d;
--color-3: #a65e4e;
--color-4: #e1c6a8;
--color-5: #f6e1b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #b67b5d, #a65e4e, #e1c6a8, #f6e1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #b67b5d, #a65e4e, #e1c6a8, #f6e1b6);
}

Caramel Brown color palette created on .