Burnt Pink Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Burnt Pink Blush palette
Color Inspiration
Images that showcase this color palette in real designs
Download Burnt Pink Blush Color Palette (PNG)
Burnt Pink Blush color palette CSS
/* CSS */
.color-1 {
color: #c16c8a;
}
.color-2 {
color: #d29daa;
}
.color-3 {
color: #eab8c9;
}
.color-4 {
color: #f7d4df;
}
.color-5 {
color: #f5b7b2;
}
/* CSS Variables */
:root {
--color-1: #c16c8a;
--color-2: #d29daa;
--color-3: #eab8c9;
--color-4: #f7d4df;
--color-5: #f5b7b2;
}
Burnt Pink Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c16c8a, #d29daa, #eab8c9, #f7d4df, #f5b7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c16c8a, #d29daa, #eab8c9, #f7d4df, #f5b7b2);
}
Similar color palettes
Burnt Pink Blush color palette created on .