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