Mantis Meadow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mantis Meadow palette
Mantis Meadow カラーパレット CSS
/* CSS */
.color-1 {
color: #74c365;
}
.color-2 {
color: #a7d39c;
}
.color-3 {
color: #d2e9b4;
}
.color-4 {
color: #f2f4a4;
}
.color-5 {
color: #f9cca9;
}
/* CSS Variables */
:root {
--color-1: #74c365;
--color-2: #a7d39c;
--color-3: #d2e9b4;
--color-4: #f2f4a4;
--color-5: #f9cca9;
}
Mantis Meadow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74c365, #a7d39c, #d2e9b4, #f2f4a4, #f9cca9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74c365, #a7d39c, #d2e9b4, #f2f4a4, #f9cca9);
}
似たようなカラーパレット
Mantis Meadow color palette created on .