Terracotta Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Terracotta Sunset palette
Terracotta Sunset カラー パレット PNG 画像
Terracotta Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #c86b4c;
}
.color-2 {
color: #d7845b;
}
.color-3 {
color: #eebf6d;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #f5e0c2;
}
/* CSS Variables */
:root {
--color-1: #c86b4c;
--color-2: #d7845b;
--color-3: #eebf6d;
--color-4: #f9c89f;
--color-5: #f5e0c2;
}
Terracotta Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c86b4c, #d7845b, #eebf6d, #f9c89f, #f5e0c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c86b4c, #d7845b, #eebf6d, #f9c89f, #f5e0c2);
}
似たようなカラーパレット
Terracotta Sunset color palette created on .