Pink Angelberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Angelberry palette

Share this palette to:

Pink Angelberry color palette CSS

/* CSS */
.color-1 {
color: #ffaba3;
}
.color-2 {
color: #ffd1d1;
}
.color-3 {
color: #ffe7d6;
}
.color-4 {
color: #ffa3b1;
}
.color-5 {
color: #e7c5c5;
}

/* CSS Variables */
:root {
--color-1: #ffaba3;
--color-2: #ffd1d1;
--color-3: #ffe7d6;
--color-4: #ffa3b1;
--color-5: #e7c5c5;
}

Pink Angelberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffaba3, #ffd1d1, #ffe7d6, #ffa3b1, #e7c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffaba3, #ffd1d1, #ffe7d6, #ffa3b1, #e7c5c5);
}

Pink Angelberry color palette created on .