Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.porcelain-rose {
color: #e86969;
}
.roseberry {
color: #f2a8a1;
}
.frosted-tulip {
color: #f6d7d5;
}
.bride-s-blush {
color: #f9e3e1;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--porcelain-rose:#e86969;
--roseberry:#f2a8a1;
--frosted-tulip:#f6d7d5;
--bride-s-blush:#f9e3e1;
}