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: #f7b2a1;
}
.color-2 {
color: #fdd4af;
}
.color-3 {
color: #f3e8b9;
}
.color-4 {
color: #d4e9b9;
}
.color-5 {
color: #a4d6d4;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #fdd4af;
--color-3: #f3e8b9;
--color-4: #d4e9b9;
--color-5: #a4d6d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #fdd4af, #f3e8b9, #d4e9b9, #a4d6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #fdd4af, #f3e8b9, #d4e9b9, #a4d6d4);
}

Pastel Pink color palette created on .