Blushing Creams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Creams palette

Share this palette to:

Blushing Creams color palette CSS

/* CSS */
.color-1 {
color: #f9e6b9;
}
.color-2 {
color: #e3c6a5;
}
.color-3 {
color: #f2b1c2;
}
.color-4 {
color: #f1a7b6;
}
.color-5 {
color: #f5d1e2;
}

/* CSS Variables */
:root {
--color-1: #f9e6b9;
--color-2: #e3c6a5;
--color-3: #f2b1c2;
--color-4: #f1a7b6;
--color-5: #f5d1e2;
}

Blushing Creams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e6b9, #e3c6a5, #f2b1c2, #f1a7b6, #f5d1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e6b9, #e3c6a5, #f2b1c2, #f1a7b6, #f5d1e2);
}

Blushing Creams color palette created on .