Soul Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soul palette

Share this palette to:

Soul color palette PNG image

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

Soul color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d6a4d5;
}
.color-3 {
color: #b88cc5;
}
.color-4 {
color: #6e5b9a;
}
.color-5 {
color: #4d3c77;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d6a4d5;
--color-3: #b88cc5;
--color-4: #6e5b9a;
--color-5: #4d3c77;
}

Soul background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d6a4d5, #b88cc5, #6e5b9a, #4d3c77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d6a4d5, #b88cc5, #6e5b9a, #4d3c77);
}

Soul color palette created on .