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