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: #f7b1a1;
}
.color-2 {
color: #f9c7b4;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #b4e8f9;
}
.color-5 {
color: #a1c8f7;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f9c7b4;
--color-3: #f3e6b4;
--color-4: #b4e8f9;
--color-5: #a1c8f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f9c7b4, #f3e6b4, #b4e8f9, #a1c8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f9c7b4, #f3e6b4, #b4e8f9, #a1c8f7);
}

Soft Pink color palette created on .