Jane the Killer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jane the Killer palette
Jane the Killer color palette PNG image
Jane the Killer color palette CSS
/* CSS */
.color-1 {
color: #7c2d3f;
}
.color-2 {
color: #a45b74;
}
.color-3 {
color: #e2b59c;
}
.color-4 {
color: #f7e7c5;
}
.color-5 {
color: #f0b7b2;
}
/* CSS Variables */
:root {
--color-1: #7c2d3f;
--color-2: #a45b74;
--color-3: #e2b59c;
--color-4: #f7e7c5;
--color-5: #f0b7b2;
}
Jane the Killer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3f, #a45b74, #e2b59c, #f7e7c5, #f0b7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3f, #a45b74, #e2b59c, #f7e7c5, #f0b7b2);
}
Similar color palettes
Jane the Killer color palette created on .