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