Pink Creams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Creams palette

Share this palette to:

Pink Creams color palette CSS

/* CSS */
.color-1 {
color: #f7e1b6;
}
.color-2 {
color: #f4b8d8;
}
.color-3 {
color: #f29cb9;
}
.color-4 {
color: #efa9b9;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #f7e1b6;
--color-2: #f4b8d8;
--color-3: #f29cb9;
--color-4: #efa9b9;
--color-5: #e9b79f;
}

Pink Creams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1b6, #f4b8d8, #f29cb9, #efa9b9, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1b6, #f4b8d8, #f29cb9, #efa9b9, #e9b79f);
}

Pink Creams color palette created on .