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