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