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