Arctic Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Arctic Night palette
Arctic Night color palette PNG image
Arctic Night color palette CSS
/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #2c4d63;
}
.color-4 {
color: #1b2027;
}
.color-5 {
color: #ffc2cc;
}
/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #4b7c9b;
--color-3: #2c4d63;
--color-4: #1b2027;
--color-5: #ffc2cc;
}
Arctic Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #4b7c9b, #2c4d63, #1b2027, #ffc2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #4b7c9b, #2c4d63, #1b2027, #ffc2cc);
}
Similar color palettes
Scroll down to explore 1000+ colors.arctic color palettes
Arctic Night color palette created on .