Healing Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Healing Hues palette
Healing Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #4d9d6c;
}
.color-2 {
color: #7ac7a3;
}
.color-3 {
color: #a9e0c7;
}
.color-4 {
color: #eff0e0;
}
.color-5 {
color: #f9b4b5;
}
/* CSS Variables */
:root {
--color-1: #4d9d6c;
--color-2: #7ac7a3;
--color-3: #a9e0c7;
--color-4: #eff0e0;
--color-5: #f9b4b5;
}
Healing Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d6c, #7ac7a3, #a9e0c7, #eff0e0, #f9b4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d6c, #7ac7a3, #a9e0c7, #eff0e0, #f9b4b5);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Healing Hues color palette created on .