Soft Cinder Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Cinder palette
Soft Cinder color palette PNG image
Soft Cinder color palette CSS
/* CSS */
.color-1 {
color: #4f4f4f;
}
.color-2 {
color: #757575;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #4f4f4f;
--color-2: #757575;
--color-3: #a1a1a1;
--color-4: #d4d4d4;
--color-5: #ffffff;
}
Soft Cinder background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4f4f, #757575, #a1a1a1, #d4d4d4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4f4f, #757575, #a1a1a1, #d4d4d4, #ffffff);
}
Similar color palettes
Soft Cinder color palette created on .