Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-grey {
color: #6c8ca3;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
.french-pass {
color: #a3d3e0;
}
.bee {
color: #f2b950;
}
.tonkatsu {
color: #efaf39;
}
/* CSS Variables */
:root {
--bermuda-grey:#6c8ca3;
--thistleblossom-soft-blue:#8bb5c1;
--french-pass:#a3d3e0;
--bee:#f2b950;
--tonkatsu:#efaf39;
}