Pinkie Pie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pinkie Pie palette

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

Pinkie Pie カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdddb;
}
.color-2 {
color: #ffadcd;
}
.color-3 {
color: #ff75b1;
}
.color-4 {
color: #f6acb1;
}
.color-5 {
color: #ee6da5;
}

/* CSS Variables */
:root {
--color-1: #ffdddb;
--color-2: #ffadcd;
--color-3: #ff75b1;
--color-4: #f6acb1;
--color-5: #ee6da5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdddb, #ffadcd, #ff75b1, #f6acb1, #ee6da5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdddb, #ffadcd, #ff75b1, #f6acb1, #ee6da5);
}

Pinkie Pie color palette created on .