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