Beige Sci-Fi Color Palette
Discover the beautiful Beige Sci-Fi color palette featuring pavlova (#d7caa3), grain brown (#e2d4b1), almond (#f0e2c7), mongoose (#b7a58a) and coral reef (#c2b599).
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 Beige Sci-Fi palette
💻 Beige Sci-Fi color palette CSS
/* CSS */
.color-1 {
color: #d7caa3;
}
.color-2 {
color: #e2d4b1;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #b7a58a;
}
.color-5 {
color: #c2b599;
}
/* CSS Variables */
:root {
--color-1: #d7caa3;
--color-2: #e2d4b1;
--color-3: #f0e2c7;
--color-4: #b7a58a;
--color-5: #c2b599;
}
🌈 Beige Sci-Fi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7caa3, #e2d4b1, #f0e2c7, #b7a58a, #c2b599);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7caa3, #e2d4b1, #f0e2c7, #b7a58a, #c2b599);
}
🔗 Explore similar color palettes
Beige Sci-Fi color palette created on .