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: #f5a300;
}
.color-2 {
color: #f0c74c;
}
.color-3 {
color: #a5d86f;
}
.color-4 {
color: #6aaf75;
}
.color-5 {
color: #3d8a8a;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f0c74c;
--color-3: #a5d86f;
--color-4: #6aaf75;
--color-5: #3d8a8a;
}
Shades of Yellow Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f0c74c, #a5d86f, #6aaf75, #3d8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f0c74c, #a5d86f, #6aaf75, #3d8a8a);
}
似たようなカラーパレット
Shades of Yellow Green color palette created on .