Fuschia Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fuschia Dream palette
Fuschia Dream カラー パレット PNG 画像
Fuschia Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #ff3d8e;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--color-1: #ff3d8e;
--color-2: #00b4e6;
--color-3: #ffd900;
--color-4: #ff6d1f;
--color-5: #ffb3c1;
}
Fuschia Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8e, #00b4e6, #ffd900, #ff6d1f, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8e, #00b4e6, #ffd900, #ff6d1f, #ffb3c1);
}
似たようなカラーパレット
Fuschia Dream color palette created on .