Coastal Ember Hues Color Palette
Discover the beautiful Coastal Ember Hues color palette featuring matisse (#195e8f), sandal (#aa816e), cafe royale (#6a300b), spicy mix (#81573b) and cornflower (#90c0e4).
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 Coastal Ember Hues palette
💻 Coastal Ember Hues color palette CSS
/* CSS */
.color-1 {
color: #195e8f;
}
.color-2 {
color: #aa816e;
}
.color-3 {
color: #6a300b;
}
.color-4 {
color: #81573b;
}
.color-5 {
color: #90c0e4;
}
/* CSS Variables */
:root {
--color-1: #195e8f;
--color-2: #aa816e;
--color-3: #6a300b;
--color-4: #81573b;
--color-5: #90c0e4;
} 🌈 Coastal Ember Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #195e8f, #aa816e, #6a300b, #81573b, #90c0e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #195e8f, #aa816e, #6a300b, #81573b, #90c0e4);
} 🔗 Explore similar color palettes
Coastal Ember Hues color palette created on .