Soft Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink palette

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

Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e7a2b4;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f5e2b8;
}
.color-4 {
color: #b5d2b2;
}
.color-5 {
color: #8cb5f2;
}

/* CSS Variables */
:root {
--color-1: #e7a2b4;
--color-2: #f1c6a7;
--color-3: #f5e2b8;
--color-4: #b5d2b2;
--color-5: #8cb5f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a2b4, #f1c6a7, #f5e2b8, #b5d2b2, #8cb5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a2b4, #f1c6a7, #f5e2b8, #b5d2b2, #8cb5f2);
}

Soft Pink color palette created on .