Blushing Charcoal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Charcoal palette
Blushing Charcoal color palette CSS
/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #ff4d91;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #ff8fa3;
}
.color-5 {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #ff4d91;
--color-3: #ff5c9a;
--color-4: #ff8fa3;
--color-5: #ffb3c6;
}
Blushing Charcoal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #ff4d91, #ff5c9a, #ff8fa3, #ffb3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #ff4d91, #ff5c9a, #ff8fa3, #ffb3c6);
}
Similar color palettes
Blushing Charcoal color palette created on .