Loading...

Pastel Pink Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink Blue palette

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

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

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

Pastel Pink Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #fdd8e0;
}
.color-2 {
color: #fef0dc;
}
.color-3 {
color: #d1f6fa;
}
.color-4 {
color: #daecfb;
}
.color-5 {
color: #f7e3fc;
}

/* CSS Variables */
:root {
--color-1: #fdd8e0;
--color-2: #fef0dc;
--color-3: #d1f6fa;
--color-4: #daecfb;
--color-5: #f7e3fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd8e0, #fef0dc, #d1f6fa, #daecfb, #f7e3fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd8e0, #fef0dc, #d1f6fa, #daecfb, #f7e3fc);
}

Pastel Pink Blue color palette created on .