Soft Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink palette

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

Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7b8;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f4e6b8;
}
.color-4 {
color: #a3d7aa;
}
.color-5 {
color: #80b6e0;
}

/* CSS Variables */
:root {
--color-1: #f6a7b8;
--color-2: #f1c6a7;
--color-3: #f4e6b8;
--color-4: #a3d7aa;
--color-5: #80b6e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b8, #f1c6a7, #f4e6b8, #a3d7aa, #80b6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b8, #f1c6a7, #f4e6b8, #a3d7aa, #80b6e0);
}

Soft Pink color palette created on .