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