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