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