Creamy Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Pink palette

Share this palette to:

Creamy Pink color palette CSS

/* CSS */
.color-1 {
color: #f5e2c7;
}
.color-2 {
color: #e9bcaf;
}
.color-3 {
color: #e09e8a;
}
.color-4 {
color: #d78c75;
}
.color-5 {
color: #c4776e;
}

/* CSS Variables */
:root {
--color-1: #f5e2c7;
--color-2: #e9bcaf;
--color-3: #e09e8a;
--color-4: #d78c75;
--color-5: #c4776e;
}

Creamy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2c7, #e9bcaf, #e09e8a, #d78c75, #c4776e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2c7, #e9bcaf, #e09e8a, #d78c75, #c4776e);
}

Creamy Pink color palette created on .