Arctic Reflections Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Arctic Reflections palette
Download Arctic Reflections Color Palette (PNG)
Arctic Reflections color palette CSS
/* CSS */
.color-1 {
color: #4f799c;
}
.color-2 {
color: #3c618b;
}
.color-3 {
color: #1a486b;
}
.color-4 {
color: #143b52;
}
.color-5 {
color: #0c2631;
}
/* CSS Variables */
:root {
--color-1: #4f799c;
--color-2: #3c618b;
--color-3: #1a486b;
--color-4: #143b52;
--color-5: #0c2631;
}
Arctic Reflections background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f799c, #3c618b, #1a486b, #143b52, #0c2631);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f799c, #3c618b, #1a486b, #143b52, #0c2631);
}
Similar color palettes
Arctic Reflections color palette created on .