Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.bee {
color: #f2b950;
}
.cerulean-frost {
color: #6d9dc5;
}
.blue-tang {
color: #2b4c6e;
}
.mulberry-thorn {
color: #c67d2a;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--bee:#f2b950;
--cerulean-frost:#6d9dc5;
--blue-tang:#2b4c6e;
--mulberry-thorn:#c67d2a;
}