Cadet's Embrace Color Palette
Discover the beautiful Cadet's Embrace color palette featuring battleship gray (#89997a), green spring (#b1c3b1), hampton (#e3e6b2), manhattan (#f7b7a1) and cranberry (#d45e7f).
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 Cadet's Embrace palette
💻 Cadet's Embrace color palette CSS
/* CSS */
.color-1 {
color: #89997a;
}
.color-2 {
color: #b1c3b1;
}
.color-3 {
color: #e3e6b2;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #d45e7f;
}
/* CSS Variables */
:root {
--color-1: #89997a;
--color-2: #b1c3b1;
--color-3: #e3e6b2;
--color-4: #f7b7a1;
--color-5: #d45e7f;
} 🌈 Cadet's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89997a, #b1c3b1, #e3e6b2, #f7b7a1, #d45e7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89997a, #b1c3b1, #e3e6b2, #f7b7a1, #d45e7f);
} 🔗 Explore similar color palettes
Cadet's Embrace color palette created on .