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