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: #c68a4e;
}
.color-2 {
color: #d79f5b;
}
.color-3 {
color: #e6b76b;
}
.color-4 {
color: #dfc9a4;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #c68a4e;
--color-2: #d79f5b;
--color-3: #e6b76b;
--color-4: #dfc9a4;
--color-5: #8c3b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}

Caramel Brown color palette created on .