Fuchsia Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fuchsia Dream palette
Fuchsia Dream カラー パレット PNG 画像
Fuchsia Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #d94a8d;
}
.color-3 {
color: #b93c9c;
}
.color-4 {
color: #9e2e91;
}
.color-5 {
color: #8b1d85;
}
/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #d94a8d;
--color-3: #b93c9c;
--color-4: #9e2e91;
--color-5: #8b1d85;
}
Fuchsia Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #d94a8d, #b93c9c, #9e2e91, #8b1d85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #d94a8d, #b93c9c, #9e2e91, #8b1d85);
}
似たようなカラーパレット
下にスクロールして1個のフクシアカラーパレットを探索しましょう
Fuchsia Dream color palette created on .