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