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