Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b5;
}
.tamale-maize {
color: #f7e7b6;
}
.light-budgie-blue {
color: #a1d5e8;
}
.olympic-blue {
color: #4b91e2;
}
.tory-blue {
color: #3b4b8c;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b5;
--tamale-maize:#f7e7b6;
--light-budgie-blue:#a1d5e8;
--olympic-blue:#4b91e2;
--tory-blue:#3b4b8c;
}