Paleta de colores Bill Cipher
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bill Cipher palette
Descargar la paleta de colores Bill Cipher (PNG)
CSS de la paleta de colores Bill Cipher
/* 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;
}
CSS del degradado de fondo Bill Cipher
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10 paletas de colores Oscuro
Bill Cipher color palette created on .