Loading...

Pastel Pink Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink Delight palette

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

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

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

Pastel Pink Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd1dc;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff99bd;
}
.color-4 {
color: #ff80a4;
}
.color-5 {
color: #ff5c8d;
}

/* CSS Variables */
:root {
--color-1: #ffd1dc;
--color-2: #ffb3d1;
--color-3: #ff99bd;
--color-4: #ff80a4;
--color-5: #ff5c8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1dc, #ffb3d1, #ff99bd, #ff80a4, #ff5c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1dc, #ffb3d1, #ff99bd, #ff80a4, #ff5c8d);
}

Pastel Pink Delight color palette created on .