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