Pink Berry Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Berry Cookie palette

Share this palette to:

Pink Berry Cookie color palette CSS

/* CSS */
.color-1 {
color: #b65d9a;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #f7e3b1;
}
.color-4 {
color: #eac090;
}
.color-5 {
color: #d16b88;
}

/* CSS Variables */
:root {
--color-1: #b65d9a;
--color-2: #f1a7b2;
--color-3: #f7e3b1;
--color-4: #eac090;
--color-5: #d16b88;
}

Pink Berry Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65d9a, #f1a7b2, #f7e3b1, #eac090, #d16b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65d9a, #f1a7b2, #f7e3b1, #eac090, #d16b88);
}

Similar color palettes

Pink Berry Cookie color palette created on .