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