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