Valiant Charm Color Palette

Discover the beautiful Valiant Charm color palette featuring web orange (#f5a300), orange (#ff6d1f), scarlet (#ff2b00), tickle me pink (#ff7094) and flirt (#b3006b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Pink, Orange, Vibrant color palettes and combinations.

💡 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 Valiant Charm palette

Share this palette to:

💻 Valiant Charm color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2b00;
}
.color-4 {
color: #ff7094;
}
.color-5 {
color: #b3006b;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ff2b00;
--color-4: #ff7094;
--color-5: #b3006b;
}

🌈 Valiant Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ff2b00, #ff7094, #b3006b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ff2b00, #ff7094, #b3006b);
}

Valiant Charm color palette created on .