Orange Monke Color Palette
Discover the beautiful Orange Monke color palette featuring ronchi (#f1c84b), sandy brown (#f1a655), jaffa (#f27836), tuscany (#c95731) and nutmeg (#7c3c27).
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 Orange Monke palette
💻 Orange Monke color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a655;
}
.color-3 {
color: #f27836;
}
.color-4 {
color: #c95731;
}
.color-5 {
color: #7c3c27;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a655;
--color-3: #f27836;
--color-4: #c95731;
--color-5: #7c3c27;
}
🌈 Orange Monke background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a655, #f27836, #c95731, #7c3c27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a655, #f27836, #c95731, #7c3c27);
}
🔗 Explore similar color palettes
Orange Monke color palette created on .