Color names in this palette
CSS code for this palette
/* CSS */
.loch-ness {
color: #5d6db6;
}
.rip-van-periwinkle {
color: #8da2d3;
}
.island-light {
color: #a7c6e7;
}
.space-wolves-grey {
color: #dae5f1;
}
.brilliant-white {
color: #e5efff;
}
/* CSS Variables */
:root {
--loch-ness:#5d6db6;
--rip-van-periwinkle:#8da2d3;
--island-light:#a7c6e7;
--space-wolves-grey:#dae5f1;
--brilliant-white:#e5efff;
}