Caramel Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Caramel Brown palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Caramel Brown カラーパレット (PNG) をダウンロード
Caramel Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #b8704c;
}
.color-3 {
color: #a55d3b;
}
.color-4 {
color: #8b4b2d;
}
.color-5 {
color: #7a3d24;
}
/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #b8704c;
--color-3: #a55d3b;
--color-4: #8b4b2d;
--color-5: #7a3d24;
}
Caramel Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #b8704c, #a55d3b, #8b4b2d, #7a3d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #b8704c, #a55d3b, #8b4b2d, #7a3d24);
}
似たようなカラーパレット
Caramel Brown color palette created on .