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