Co-Working Space Color Palette
Discover the beautiful Co-Working Space color palette featuring apricot peach (#f8c6b4), linen (#f9e1d7), willow brook (#e1efe1), regent st blue (#a5d6e9) and texas rose (#ffb24d).
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 Co-Working Space palette
💻 Co-Working Space color palette CSS
/* CSS */
.color-1 {
color: #f8c6b4;
}
.color-2 {
color: #f9e1d7;
}
.color-3 {
color: #e1efe1;
}
.color-4 {
color: #a5d6e9;
}
.color-5 {
color: #ffb24d;
}
/* CSS Variables */
:root {
--color-1: #f8c6b4;
--color-2: #f9e1d7;
--color-3: #e1efe1;
--color-4: #a5d6e9;
--color-5: #ffb24d;
} 🌈 Co-Working Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c6b4, #f9e1d7, #e1efe1, #a5d6e9, #ffb24d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c6b4, #f9e1d7, #e1efe1, #a5d6e9, #ffb24d);
} 🔗 Explore similar color palettes
Co-Working Space color palette created on .