Pinkie Pie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pinkie Pie palette
Pinkie Pie カラーパレット CSS
/* CSS */
.color-1 {
color: #ff80b5;
}
.color-2 {
color: #ffb8c6;
}
.color-3 {
color: #ffcbbd;
}
.color-4 {
color: #d5b3ff;
}
.color-5 {
color: #8ae6ff;
}
/* CSS Variables */
:root {
--color-1: #ff80b5;
--color-2: #ffb8c6;
--color-3: #ffcbbd;
--color-4: #d5b3ff;
--color-5: #8ae6ff;
}
Pinkie Pie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80b5, #ffb8c6, #ffcbbd, #d5b3ff, #8ae6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80b5, #ffb8c6, #ffcbbd, #d5b3ff, #8ae6ff);
}
似たようなカラーパレット
Pinkie Pie color palette created on .