Soft Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink palette

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

Soft Pink カラーパレット (PNG) をダウンロード

Download soft pink color palette PNG image (landscape)
Download soft pink color palette PNG image (square)

Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a5b2;
}
.color-2 {
color: #f3c0a5;
}
.color-3 {
color: #f2eab5;
}
.color-4 {
color: #e2f4b8;
}
.color-5 {
color: #bbe2c3;
}

/* CSS Variables */
:root {
--color-1: #f3a5b2;
--color-2: #f3c0a5;
--color-3: #f2eab5;
--color-4: #e2f4b8;
--color-5: #bbe2c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b2, #f3c0a5, #f2eab5, #e2f4b8, #bbe2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b2, #f3c0a5, #f2eab5, #e2f4b8, #bbe2c3);
}

Soft Pink color palette created on .