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