Rebel Radiance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rebel Radiance palette
Rebel Radiance color palette CSS
/* CSS */
.color-1 {
color: #ff4d6a;
}
.color-2 {
color: #3a0b5b;
}
.color-3 {
color: #a400b3;
}
.color-4 {
color: #4d9f3c;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ff4d6a;
--color-2: #3a0b5b;
--color-3: #a400b3;
--color-4: #4d9f3c;
--color-5: #ffd900;
}
Rebel Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d6a, #3a0b5b, #a400b3, #4d9f3c, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d6a, #3a0b5b, #a400b3, #4d9f3c, #ffd900);
}
Similar color palettes
Rebel Radiance color palette created on .