Cold Warmth Color Palette
Discover the beautiful Cold Warmth color palette featuring cello (#1c3f5a), william (#3e5f6f), domino (#8e7a5d), tussock (#c27d4c) and medium carmine (#b33d3d).
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 Cold Warmth palette
💻 Cold Warmth color palette CSS
/* CSS */
.color-1 {
color: #1c3f5a;
}
.color-2 {
color: #3e5f6f;
}
.color-3 {
color: #8e7a5d;
}
.color-4 {
color: #c27d4c;
}
.color-5 {
color: #b33d3d;
}
/* CSS Variables */
:root {
--color-1: #1c3f5a;
--color-2: #3e5f6f;
--color-3: #8e7a5d;
--color-4: #c27d4c;
--color-5: #b33d3d;
} 🌈 Cold Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f5a, #3e5f6f, #8e7a5d, #c27d4c, #b33d3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f5a, #3e5f6f, #8e7a5d, #c27d4c, #b33d3d);
} 🔗 Explore similar color palettes
Cold Warmth color palette created on .