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