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