Paleta de colores Mafia of the Abyss
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mafia of the Abyss palette
CSS de la paleta de colores Mafia of the Abyss
/* CSS */
.color-1 {
color: #0c3c31;
}
.color-2 {
color: #1f5b4b;
}
.color-3 {
color: #39796f;
}
.color-4 {
color: #5bbe96;
}
.color-5 {
color: #8ee1b5;
}
/* CSS Variables */
:root {
--color-1: #0c3c31;
--color-2: #1f5b4b;
--color-3: #39796f;
--color-4: #5bbe96;
--color-5: #8ee1b5;
}
CSS del degradado de fondo Mafia of the Abyss
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c3c31, #1f5b4b, #39796f, #5bbe96, #8ee1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c3c31, #1f5b4b, #39796f, #5bbe96, #8ee1b5);
}
Paletas de colores similares
Mafia of the Abyss color palette created on .