Petunia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petunia palette

Share this palette to:

Petunia color palette PNG image

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

Petunia color palette CSS

/* CSS */
.color-1 {
color: #a65e9a;
}
.color-2 {
color: #a46bb3;
}
.color-3 {
color: #b49edb;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f6d5e7;
}

/* CSS Variables */
:root {
--color-1: #a65e9a;
--color-2: #a46bb3;
--color-3: #b49edb;
--color-4: #eab8e4;
--color-5: #f6d5e7;
}

Petunia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e9a, #a46bb3, #b49edb, #eab8e4, #f6d5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e9a, #a46bb3, #b49edb, #eab8e4, #f6d5e7);
}

Petunia color palette created on .