Soft Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink palette

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

Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e2d7;
}
.color-2 {
color: #f9c5c3;
}
.color-3 {
color: #f5a8b2;
}
.color-4 {
color: #f58e99;
}
.color-5 {
color: #e76e7c;
}

/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #f9c5c3;
--color-3: #f5a8b2;
--color-4: #f58e99;
--color-5: #e76e7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #f9c5c3, #f5a8b2, #f58e99, #e76e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #f9c5c3, #f5a8b2, #f58e99, #e76e7c);
}

Soft Pink color palette created on .