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