Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffcb3d;
}
.carrot {
color: #f66b3c;
}
.hooloovoo-blue {
color: #3d5aff;
}
.sweet-escape {
color: #8b3dff;
}
.raspberry-shortcake {
color: #ff3d8b;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffcb3d;
--carrot:#f66b3c;
--hooloovoo-blue:#3d5aff;
--sweet-escape:#8b3dff;
--raspberry-shortcake:#ff3d8b;
}