Raze Color Palette
Discover the beautiful Raze color palette featuring brick red (#c1334d), saffron mango (#f8ca49), sidecar (#f4ebc6), breaker bay (#52a09b) and rhino (#314362).
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 Raze palette
💻 Raze color palette CSS
/* CSS */
.color-1 {
color: #c1334d;
}
.color-2 {
color: #f8ca49;
}
.color-3 {
color: #f4ebc6;
}
.color-4 {
color: #52a09b;
}
.color-5 {
color: #314362;
}
/* CSS Variables */
:root {
--color-1: #c1334d;
--color-2: #f8ca49;
--color-3: #f4ebc6;
--color-4: #52a09b;
--color-5: #314362;
} 🌈 Raze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1334d, #f8ca49, #f4ebc6, #52a09b, #314362);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1334d, #f8ca49, #f4ebc6, #52a09b, #314362);
} 🔗 Explore similar color palettes
Raze color palette created on .