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