Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

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

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c4e8;
}
.color-2 {
color: #ffe1a8;
}
.color-3 {
color: #b3e0e6;
}
.color-4 {
color: #a2c4e7;
}
.color-5 {
color: #f59ea7;
}

/* CSS Variables */
:root {
--color-1: #f8c4e8;
--color-2: #ffe1a8;
--color-3: #b3e0e6;
--color-4: #a2c4e7;
--color-5: #f59ea7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4e8, #ffe1a8, #b3e0e6, #a2c4e7, #f59ea7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4e8, #ffe1a8, #b3e0e6, #a2c4e7, #f59ea7);
}

Pastel Pink color palette created on .