Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c449;
}
.porcelain-rose {
color: #ef6c6c;
}
.steel-teal {
color: #5b8b89;
}
.integra {
color: #405b91;
}
.barely-bloomed {
color: #e2b0e3;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c449;
--porcelain-rose:#ef6c6c;
--steel-teal:#5b8b89;
--integra:#405b91;
--barely-bloomed:#e2b0e3;
}