Soft Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Pink palette
Soft Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4caae;
}
.color-3 {
color: #f0e5b7;
}
.color-4 {
color: #c1e1c5;
}
.color-5 {
color: #a3d1e0;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4caae;
--color-3: #f0e5b7;
--color-4: #c1e1c5;
--color-5: #a3d1e0;
}
Soft Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4caae, #f0e5b7, #c1e1c5, #a3d1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4caae, #f0e5b7, #c1e1c5, #a3d1e0);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Soft Pink color palette created on .