Color names in this palette
CSS code for this palette
/* CSS */
.neptune-s-wrath {
color: #154360;
}
.traditional-blue {
color: #1f628e;
}
.klaxosaur-blue {
color: #2e87c2;
}
.sanctuary-spa {
color: #5faee3;
}
.seaborn {
color: #85c1ae;
}
/* CSS Variables */
:root {
--neptune-s-wrath:#154360;
--traditional-blue:#1f628e;
--klaxosaur-blue:#2e87c2;
--sanctuary-spa:#5faee3;
--seaborn:#85c1ae;
}