Cold Nightmares Color Palette
Brightness
Saturation
Warmth
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);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Cold Nightmares color palette created on .