Pink Animatic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Animatic palette

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

Pink Animatic カラー パレット PNG 画像

Download pink animatic color palette PNG image (landscape)
Download pink animatic color palette PNG image (square)

Pink Animatic カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #f1b6c1;
}
.color-3 {
color: #e48bc8;
}
.color-4 {
color: #a56fbe;
}
.color-5 {
color: #7b5db6;
}

/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #f1b6c1;
--color-3: #e48bc8;
--color-4: #a56fbe;
--color-5: #7b5db6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #f1b6c1, #e48bc8, #a56fbe, #7b5db6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #f1b6c1, #e48bc8, #a56fbe, #7b5db6);
}

Pink Animatic color palette created on .