Red Devilboy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Devilboy palette
Red Devilboy color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffbe4d;
}
.color-4 {
color: #ff4d7c;
}
.color-5 {
color: #4dff7c;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff7c4d;
--color-3: #ffbe4d;
--color-4: #ff4d7c;
--color-5: #4dff7c;
}
Red Devilboy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff7c4d, #ffbe4d, #ff4d7c, #4dff7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff7c4d, #ffbe4d, #ff4d7c, #4dff7c);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Red Devilboy color palette created on .