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