Fuchsia Fantasia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fuchsia Fantasia palette

このパレットを共有する先:

Fuchsia Fantasia カラーパレット (PNG) をダウンロード

Download fuchsia fantasia color palette PNG image (landscape)
Download fuchsia fantasia color palette PNG image (square)

Fuchsia Fantasia カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff3d74;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #6b00b3;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff3d74;
--color-3: #d6006f;
--color-4: #a400b3;
--color-5: #6b00b3;
}

Fuchsia Fantasia の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff3d74, #d6006f, #a400b3, #6b00b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff3d74, #d6006f, #a400b3, #6b00b3);
}

Fuchsia Fantasia color palette created on .