Pentumbra Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pentumbra palette

Share this palette to:

Pentumbra color palette PNG image

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

Pentumbra color palette 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 background gradient 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 .