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