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