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