Pink Graveyard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Graveyard palette

Share this palette to:

Pink Graveyard color palette CSS

/* CSS */
.color-1 {
color: #a66e9a;
}
.color-2 {
color: #d2a3c7;
}
.color-3 {
color: #f0d6e3;
}
.color-4 {
color: #e6b7c8;
}
.color-5 {
color: #b082a1;
}

/* CSS Variables */
:root {
--color-1: #a66e9a;
--color-2: #d2a3c7;
--color-3: #f0d6e3;
--color-4: #e6b7c8;
--color-5: #b082a1;
}

Pink Graveyard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66e9a, #d2a3c7, #f0d6e3, #e6b7c8, #b082a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66e9a, #d2a3c7, #f0d6e3, #e6b7c8, #b082a1);
}

Pink Graveyard color palette created on .