Earthy Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Embrace palette
Earthy Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #e6cba8;
}
.color-4 {
color: #c19e6c;
}
.color-5 {
color: #4e3b31;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d19b6b;
--color-3: #e6cba8;
--color-4: #c19e6c;
--color-5: #4e3b31;
}
Earthy Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d19b6b, #e6cba8, #c19e6c, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d19b6b, #e6cba8, #c19e6c, #4e3b31);
}
似たようなカラーパレット
下にスクロールして500+個の茶色カラーパレットを探索しましょう
Earthy Embrace color palette created on .