Caramel Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Caramel Brown palette
Caramel Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #e7b85f;
}
.color-2 {
color: #c29d4c;
}
.color-3 {
color: #f1dab1;
}
.color-4 {
color: #7e5c3a;
}
.color-5 {
color: #da7d4e;
}
/* CSS Variables */
:root {
--color-1: #e7b85f;
--color-2: #c29d4c;
--color-3: #f1dab1;
--color-4: #7e5c3a;
--color-5: #da7d4e;
}
Caramel Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b85f, #c29d4c, #f1dab1, #7e5c3a, #da7d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b85f, #c29d4c, #f1dab1, #7e5c3a, #da7d4e);
}
似たようなカラーパレット
Caramel Brown color palette created on .