Pink Fibi カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Fibi palette

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

Pink Fibi カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7d2;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f9e2b4;
}
.color-4 {
color: #f2d578;
}
.color-5 {
color: #f7b8a1;
}

/* CSS Variables */
:root {
--color-1: #f1a7d2;
--color-2: #f7c5a1;
--color-3: #f9e2b4;
--color-4: #f2d578;
--color-5: #f7b8a1;
}

Pink Fibi の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7d2, #f7c5a1, #f9e2b4, #f2d578, #f7b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7d2, #f7c5a1, #f9e2b4, #f2d578, #f7b8a1);
}

Pink Fibi color palette created on .