Cold Nightmares Color Palette
Discover the beautiful Cold Nightmares color palette featuring kashmir blue (#4a6a8c), san juan (#2b4d69), nile blue (#193b4d), firefly (#0e2934) and firefly (#0a1d24).
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 Nightmares palette
💻 Cold Nightmares color palette CSS
/* CSS */
.color-1 {
color: #4a6a8c;
}
.color-2 {
color: #2b4d69;
}
.color-3 {
color: #193b4d;
}
.color-4 {
color: #0e2934;
}
.color-5 {
color: #0a1d24;
}
/* CSS Variables */
:root {
--color-1: #4a6a8c;
--color-2: #2b4d69;
--color-3: #193b4d;
--color-4: #0e2934;
--color-5: #0a1d24;
} 🌈 Cold Nightmares background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6a8c, #2b4d69, #193b4d, #0e2934, #0a1d24);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6a8c, #2b4d69, #193b4d, #0e2934, #0a1d24);
} 🔗 Explore similar color palettes
Cold Nightmares color palette created on .