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: #f5e0e0;
}
.color-2 {
color: #f3c4d3;
}
.color-3 {
color: #e1a5e9;
}
.color-4 {
color: #a6c6f2;
}
.color-5 {
color: #b3e0d8;
}

/* CSS Variables */
:root {
--color-1: #f5e0e0;
--color-2: #f3c4d3;
--color-3: #e1a5e9;
--color-4: #a6c6f2;
--color-5: #b3e0d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0e0, #f3c4d3, #e1a5e9, #a6c6f2, #b3e0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0e0, #f3c4d3, #e1a5e9, #a6c6f2, #b3e0d8);
}

Pastel Pink color palette created on .