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