Synthetic Clematis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Synthetic Clematis palette

Share this palette to:

Synthetic Clematis color palette PNG image

Download synthetic clematis color palette PNG image (landscape)
Download synthetic clematis color palette PNG image (square)

Synthetic Clematis color palette CSS

/* CSS */
.color-1 {
color: #8b96e9;
}
.color-2 {
color: #a27cee;
}
.color-3 {
color: #dca6ed;
}
.color-4 {
color: #f7abe4;
}
.color-5 {
color: #f179d7;
}

/* CSS Variables */
:root {
--color-1: #8b96e9;
--color-2: #a27cee;
--color-3: #dca6ed;
--color-4: #f7abe4;
--color-5: #f179d7;
}

Synthetic Clematis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b96e9, #a27cee, #dca6ed, #f7abe4, #f179d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b96e9, #a27cee, #dca6ed, #f7abe4, #f179d7);
}

Synthetic Clematis color palette created on .