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