Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f8c6bf;
}
.calabrese {
color: #f4a8a4;
}
.bierwurst {
color: #f2908c;
}
.porcelain-rose {
color: #ec6969;
}
.highlighter-red {
color: #e94e53;
}
/* CSS Variables */
:root {
--dress-up:#f8c6bf;
--calabrese:#f4a8a4;
--bierwurst:#f2908c;
--porcelain-rose:#ec6969;
--highlighter-red:#e94e53;
}