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