Caramel Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Brown palette

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

Caramel Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #d5b295;
}
.color-2 {
color: #c7a46b;
}
.color-3 {
color: #b88b4c;
}
.color-4 {
color: #d06e39;
}
.color-5 {
color: #a6503a;
}

/* CSS Variables */
:root {
--color-1: #d5b295;
--color-2: #c7a46b;
--color-3: #b88b4c;
--color-4: #d06e39;
--color-5: #a6503a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b295, #c7a46b, #b88b4c, #d06e39, #a6503a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b295, #c7a46b, #b88b4c, #d06e39, #a6503a);
}

Caramel Brown color palette created on .