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