Damien's Chill Color Palette
Discover the beautiful Damien's Chill color palette featuring port gore (#1e1e3e), fiord (#3e4965), oxley (#6b9e80), texas rose (#ffb84d) and roman (#d8544f).
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 Damien's Chill palette
💻 Damien's Chill color palette CSS
/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e4965;
}
.color-3 {
color: #6b9e80;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e4965;
--color-3: #6b9e80;
--color-4: #ffb84d;
--color-5: #d8544f;
}
🌈 Damien's Chill background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
🔗 Explore similar color palettes
Damien's Chill color palette created on .