Pinkie Pie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pinkie Pie palette

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

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

Download pinkie pie color palette PNG image (landscape)
Download pinkie pie color palette PNG image (square)

Pinkie Pie カラーパレット CSS

/* CSS */
.color-1 {
color: #fce8ee;
}
.color-2 {
color: #f8c4e2;
}
.color-3 {
color: #fbe0e7;
}
.color-4 {
color: #f3a0d3;
}
.color-5 {
color: #e8bfd4;
}

/* CSS Variables */
:root {
--color-1: #fce8ee;
--color-2: #f8c4e2;
--color-3: #fbe0e7;
--color-4: #f3a0d3;
--color-5: #e8bfd4;
}

Pinkie Pie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce8ee, #f8c4e2, #fbe0e7, #f3a0d3, #e8bfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce8ee, #f8c4e2, #fbe0e7, #f3a0d3, #e8bfd4);
}

Pinkie Pie color palette created on .