Frostbite Noir Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frostbite Noir palette

Share this palette to:

Frostbite Noir color palette CSS

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4a4e55;
}
.color-3 {
color: #8a8d93;
}
.color-4 {
color: #c7b2b4;
}
.color-5 {
color: #d85c5a;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4a4e55;
--color-3: #8a8d93;
--color-4: #c7b2b4;
--color-5: #d85c5a;
}

Frostbite Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4a4e55, #8a8d93, #c7b2b4, #d85c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4a4e55, #8a8d93, #c7b2b4, #d85c5a);
}

Frostbite Noir color palette created on .