Spicy Harvest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Spicy Harvest palette
Spicy Harvest カラーパレット CSS
/* CSS */
.color-1 {
color: #b93c3c;
}
.color-2 {
color: #f67e23;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #7dbf3b;
}
.color-5 {
color: #2e6b50;
}
/* CSS Variables */
:root {
--color-1: #b93c3c;
--color-2: #f67e23;
--color-3: #f5c400;
--color-4: #7dbf3b;
--color-5: #2e6b50;
}
Spicy Harvest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c3c, #f67e23, #f5c400, #7dbf3b, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c3c, #f67e23, #f5c400, #7dbf3b, #2e6b50);
}
似たようなカラーパレット
Spicy Harvest color palette created on .