Insane ASSylum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Insane ASSylum palette
Insane ASSylum color palette PNG image
Insane ASSylum color palette CSS
/* CSS */
.color-1 {
color: #b93c3c;
}
.color-2 {
color: #e87d30;
}
.color-3 {
color: #f6d13c;
}
.color-4 {
color: #75c7b2;
}
.color-5 {
color: #3d5a8f;
}
/* CSS Variables */
:root {
--color-1: #b93c3c;
--color-2: #e87d30;
--color-3: #f6d13c;
--color-4: #75c7b2;
--color-5: #3d5a8f;
}
Insane ASSylum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c3c, #e87d30, #f6d13c, #75c7b2, #3d5a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c3c, #e87d30, #f6d13c, #75c7b2, #3d5a8f);
}
Similar color palettes
Insane ASSylum color palette created on .