Pink Abstract Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Abstract palette

Share this palette to:

Pink Abstract color palette CSS

/* CSS */
.color-1 {
color: #fceab0;
}
.color-2 {
color: #f6b7a2;
}
.color-3 {
color: #f27d91;
}
.color-4 {
color: #e05c8d;
}
.color-5 {
color: #c94a8e;
}

/* CSS Variables */
:root {
--color-1: #fceab0;
--color-2: #f6b7a2;
--color-3: #f27d91;
--color-4: #e05c8d;
--color-5: #c94a8e;
}

Pink Abstract background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceab0, #f6b7a2, #f27d91, #e05c8d, #c94a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceab0, #f6b7a2, #f27d91, #e05c8d, #c94a8e);
}

Pink Abstract color palette created on .