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