Riot Grrl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Riot Grrl palette
Riot Grrl color palette PNG image
Riot Grrl color palette CSS
/* CSS */
.color-1 {
color: #ff3d7b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #8b5c9d;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #ff3d7b;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #8b5c9d;
--color-5: #4b91e2;
}
Riot Grrl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d7b, #ff6e61, #ffb84d, #8b5c9d, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d7b, #ff6e61, #ffb84d, #8b5c9d, #4b91e2);
}
Similar color palettes
Riot Grrl color palette created on .