Soft Earth Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Earth Tones palette
Soft Earth Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #e7c698;
}
.color-2 {
color: #db9c7b;
}
.color-3 {
color: #cd8465;
}
.color-4 {
color: #b85a42;
}
.color-5 {
color: #8e482f;
}
/* CSS Variables */
:root {
--color-1: #e7c698;
--color-2: #db9c7b;
--color-3: #cd8465;
--color-4: #b85a42;
--color-5: #8e482f;
}
Soft Earth Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c698, #db9c7b, #cd8465, #b85a42, #8e482f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c698, #db9c7b, #cd8465, #b85a42, #8e482f);
}
似たようなカラーパレット
Soft Earth Tones color palette created on .