Pink Fable カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Fable palette

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

Pink Fable カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f490b1;
}
.color-4 {
color: #f06090;
}
.color-5 {
color: #bb69c9;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f4c29f;
--color-3: #f490b1;
--color-4: #f06090;
--color-5: #bb69c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f4c29f, #f490b1, #f06090, #bb69c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f4c29f, #f490b1, #f06090, #bb69c9);
}

Pink Fable color palette created on .