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: #ffd6e0;
}
.color-2 {
color: #ffbdd7;
}
.color-3 {
color: #ffa3c5;
}
.color-4 {
color: #ff8faf;
}
.color-5 {
color: #ff6b97;
}

/* CSS Variables */
:root {
--color-1: #ffd6e0;
--color-2: #ffbdd7;
--color-3: #ffa3c5;
--color-4: #ff8faf;
--color-5: #ff6b97;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6e0, #ffbdd7, #ffa3c5, #ff8faf, #ff6b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6e0, #ffbdd7, #ffa3c5, #ff8faf, #ff6b97);
}

Pastel Pink Delight color palette created on .