Bright Vermilion Color Palette
Discover the beautiful Bright Vermilion color palette featuring vermilion (#ff4d00), flush orange (#ff7b00), web orange (#ffaa00), school bus yellow (#ffdd00) and yellow (#ffff00).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Bright Vermilion palette
๐ป Bright Vermilion color palette CSS
/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff7b00;
}
.color-3 {
color: #ffaa00;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #ffff00;
}
/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff7b00;
--color-3: #ffaa00;
--color-4: #ffdd00;
--color-5: #ffff00;
}
๐ Bright Vermilion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff7b00, #ffaa00, #ffdd00, #ffff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff7b00, #ffaa00, #ffdd00, #ffff00);
}
๐ Explore similar color palettes
Bright Vermilion color palette created on .