<div></div>
body {
  background: gray;
}
div {
  height: 400px;
  width: 400px;
  margin: 0 auto;
}

div {
  border-image: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
  border-image-slice: 1;
  border-width: 4px;
  border-style: solid;
}
View Compiled
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.