Blush and Charcoal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush and Charcoal palette
Download Blush and Charcoal Color Palette (PNG)
Blush and Charcoal color palette CSS
/* CSS */
.color-1 {
color: #f0a3b9;
}
.color-2 {
color: #3b2b2b;
}
.color-3 {
color: #6f4d4d;
}
.color-4 {
color: #f1c1d2;
}
.color-5 {
color: #3a0d2c;
}
/* CSS Variables */
:root {
--color-1: #f0a3b9;
--color-2: #3b2b2b;
--color-3: #6f4d4d;
--color-4: #f1c1d2;
--color-5: #3a0d2c;
}
Blush and Charcoal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b9, #3b2b2b, #6f4d4d, #f1c1d2, #3a0d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b9, #3b2b2b, #6f4d4d, #f1c1d2, #3a0d2c);
}
Similar color palettes
Blush and Charcoal color palette created on .