Rebel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rebel palette
Rebel color palette PNG image
Rebel color palette CSS
/* CSS */
.color-1 {
color: #3c1206;
}
.color-2 {
color: #683a2c;
}
.color-3 {
color: #a85b48;
}
.color-4 {
color: #e7b09c;
}
.color-5 {
color: #f9e4d2;
}
/* CSS Variables */
:root {
--color-1: #3c1206;
--color-2: #683a2c;
--color-3: #a85b48;
--color-4: #e7b09c;
--color-5: #f9e4d2;
}
Rebel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1206, #683a2c, #a85b48, #e7b09c, #f9e4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1206, #683a2c, #a85b48, #e7b09c, #f9e4d2);
}
Similar color palettes
Rebel color palette created on .