Orange Monke Color Palette
Discover the beautiful Orange Monke color palette featuring cararra (#f4f3f1), ebb (#f4f2f1), ebb (#f1efee), bon jour (#ece9ea) and bon jour (#e2dfe1).
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: #f4f3f1;
}
.color-2 {
color: #f4f2f1;
}
.color-3 {
color: #f1efee;
}
.color-4 {
color: #ece9ea;
}
.color-5 {
color: #e2dfe1;
}
/* CSS Variables */
:root {
--color-1: #f4f3f1;
--color-2: #f4f2f1;
--color-3: #f1efee;
--color-4: #ece9ea;
--color-5: #e2dfe1;
}
🌈 Orange Monke background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f3f1, #f4f2f1, #f1efee, #ece9ea, #e2dfe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f3f1, #f4f2f1, #f1efee, #ece9ea, #e2dfe1);
}
🔗 Explore similar color palettes
Orange Monke color palette created on .