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