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