Pentumbra カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pentumbra palette

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

Pentumbra カラー パレット PNG 画像

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

Pentumbra カラーパレット CSS

/* CSS */
.color-1 {
color: #5b2d62;
}
.color-2 {
color: #794a8c;
}
.color-3 {
color: #a66ab9;
}
.color-4 {
color: #a6e8c5;
}
.color-5 {
color: #d3ffd1;
}

/* CSS Variables */
:root {
--color-1: #5b2d62;
--color-2: #794a8c;
--color-3: #a66ab9;
--color-4: #a6e8c5;
--color-5: #d3ffd1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2d62, #794a8c, #a66ab9, #a6e8c5, #d3ffd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2d62, #794a8c, #a66ab9, #a6e8c5, #d3ffd1);
}

Pentumbra color palette created on .