Soft Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink palette

このパレットを共有する先:

Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #fe9a9c;
}
.color-2 {
color: #f7c5c5;
}
.color-3 {
color: #fbdfdf;
}
.color-4 {
color: #f8e9e7;
}
.color-5 {
color: #f4bebe;
}

/* CSS Variables */
:root {
--color-1: #fe9a9c;
--color-2: #f7c5c5;
--color-3: #fbdfdf;
--color-4: #f8e9e7;
--color-5: #f4bebe;
}

Soft Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9a9c, #f7c5c5, #fbdfdf, #f8e9e7, #f4bebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9a9c, #f7c5c5, #fbdfdf, #f8e9e7, #f4bebe);
}

Soft Pink color palette created on .