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