Color names in this palette
CSS code for this palette
/* CSS */
.bittersweet {
color: #f9a04e;
}
.usubeni-red {
color: #f26969;
}
.boudoir-blue {
color: #7c9bda;
}
.boat-house {
color: #4b8bb9;
}
.venetian-rose {
color: #f0c7e0;
}
/* CSS Variables */
:root {
--bittersweet:#f9a04e;
--usubeni-red:#f26969;
--boudoir-blue:#7c9bda;
--boat-house:#4b8bb9;
--venetian-rose:#f0c7e0;
}