Pink Butterfly Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Butterfly palette

Share this palette to:

Pink Butterfly color palette CSS

/* CSS */
.color-1 {
color: #f9c8d7;
}
.color-2 {
color: #f4a4b7;
}
.color-3 {
color: #f2788b;
}
.color-4 {
color: #d84b6a;
}
.color-5 {
color: #aa4b7e;
}

/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f4a4b7;
--color-3: #f2788b;
--color-4: #d84b6a;
--color-5: #aa4b7e;
}

Pink Butterfly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f4a4b7, #f2788b, #d84b6a, #aa4b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f4a4b7, #f2788b, #d84b6a, #aa4b7e);
}

Pink Butterfly color palette created on .