Red Salami Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Salami palette
Red Salami color palette CSS
/* CSS */
.color-1 {
color: #d86969;
}
.color-2 {
color: #c17b7b;
}
.color-3 {
color: #a88f8f;
}
.color-4 {
color: #f4c8b4;
}
.color-5 {
color: #e6b29e;
}
/* CSS Variables */
:root {
--color-1: #d86969;
--color-2: #c17b7b;
--color-3: #a88f8f;
--color-4: #f4c8b4;
--color-5: #e6b29e;
}
Red Salami background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86969, #c17b7b, #a88f8f, #f4c8b4, #e6b29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86969, #c17b7b, #a88f8f, #f4c8b4, #e6b29e);
}
Similar color palettes
Red Salami color palette created on .