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