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