Pastel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel palette

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

Pastel カラー パレット PNG 画像

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

Pastel カラーパレット CSS

/* CSS */
.color-1 {
color: #967ab3;
}
.color-2 {
color: #493b54;
}
.color-3 {
color: #e4e1e5;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #524a54;
}

/* CSS Variables */
:root {
--color-1: #967ab3;
--color-2: #493b54;
--color-3: #e4e1e5;
--color-4: #ffffff;
--color-5: #524a54;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #967ab3, #493b54, #e4e1e5, #ffffff, #524a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #967ab3, #493b54, #e4e1e5, #ffffff, #524a54);
}

Pastel color palette created on .