Bill Cipher Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bill Cipher palette
Download Bill Cipher Color Palette (PNG)
Bill Cipher color palette CSS
/* CSS */
.color-1 {
color: #140000;
}
.color-2 {
color: #ffbf75;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ff432e;
}
.color-5 {
color: #ff244c;
}
/* CSS Variables */
:root {
--color-1: #140000;
--color-2: #ffbf75;
--color-3: #ff8d5c;
--color-4: #ff432e;
--color-5: #ff244c;
}
Bill Cipher background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #140000, #ffbf75, #ff8d5c, #ff432e, #ff244c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #140000, #ffbf75, #ff8d5c, #ff432e, #ff244c);
}
Similar color palettes
Scroll down to explore 10 Dark color palettes
Bill Cipher color palette created on .