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