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