Pink Derpy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Derpy palette

Share this palette to:

Pink Derpy color palette CSS

/* CSS */
.color-1 {
color: #fde7ee;
}
.color-2 {
color: #feecf1;
}
.color-3 {
color: #fedecd;
}
.color-4 {
color: #fee8c8;
}
.color-5 {
color: #fef7dc;
}

/* CSS Variables */
:root {
--color-1: #fde7ee;
--color-2: #feecf1;
--color-3: #fedecd;
--color-4: #fee8c8;
--color-5: #fef7dc;
}

Pink Derpy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde7ee, #feecf1, #fedecd, #fee8c8, #fef7dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde7ee, #feecf1, #fedecd, #fee8c8, #fef7dc);
}

Pink Derpy color palette created on .