Mystic Green Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Green Shades palette
Mystic Green Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #5e8b5b;
}
.color-2 {
color: #a4c3a2;
}
.color-3 {
color: #d6e6d6;
}
.color-4 {
color: #afd9b7;
}
.color-5 {
color: #69bf94;
}
/* CSS Variables */
:root {
--color-1: #5e8b5b;
--color-2: #a4c3a2;
--color-3: #d6e6d6;
--color-4: #afd9b7;
--color-5: #69bf94;
}
Mystic Green Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e8b5b, #a4c3a2, #d6e6d6, #afd9b7, #69bf94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e8b5b, #a4c3a2, #d6e6d6, #afd9b7, #69bf94);
}
似たようなカラーパレット
Mystic Green Shades color palette created on .