Gyomei's Embrace Color Palette
Discover the beautiful Gyomei's Embrace color palette featuring matterhorn (#4f3c3b), scorpion (#6a5c5f), hurricane (#8e7c7b), coral reef (#c9b8a6) and akaroa (#d9c3af).
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 Gyomei's Embrace palette
💻 Gyomei's Embrace color palette CSS
/* CSS */
.color-1 {
color: #4f3c3b;
}
.color-2 {
color: #6a5c5f;
}
.color-3 {
color: #8e7c7b;
}
.color-4 {
color: #c9b8a6;
}
.color-5 {
color: #d9c3af;
}
/* CSS Variables */
:root {
--color-1: #4f3c3b;
--color-2: #6a5c5f;
--color-3: #8e7c7b;
--color-4: #c9b8a6;
--color-5: #d9c3af;
} 🌈 Gyomei's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f3c3b, #6a5c5f, #8e7c7b, #c9b8a6, #d9c3af);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f3c3b, #6a5c5f, #8e7c7b, #c9b8a6, #d9c3af);
} 🔗 Explore similar color palettes
Gyomei's Embrace color palette created on .