Shades of Green and Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green and Orange palette
Shades of Green and Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #dab94e;
}
.color-3 {
color: #e0893e;
}
.color-4 {
color: #e06b38;
}
.color-5 {
color: #a4392d;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #dab94e;
--color-3: #e0893e;
--color-4: #e06b38;
--color-5: #a4392d;
}
Shades of Green and Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}
似たようなカラーパレット
下にスクロールして200+個のブライトカラーパレットを探索しましょう
Shades of Green and Orange color palette created on .