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