Color names in this palette
CSS code for this palette
/* CSS */
.sea-drive {
color: #c2d4e0;
}
.frozen-blue {
color: #a6c4d9;
}
.inner-sanctum {
color: #78aab5;
}
.troll-slayer-orange {
color: #f3a14f;
}
.spirit-warrior {
color: #d1563d;
}
/* CSS Variables */
:root {
--sea-drive:#c2d4e0;
--frozen-blue:#a6c4d9;
--inner-sanctum:#78aab5;
--troll-slayer-orange:#f3a14f;
--spirit-warrior:#d1563d;
}