Color names in this palette
CSS code for this palette
/* CSS */
.alpenglow {
color: #f1beb7;
}
.roseberry {
color: #f2a6a1;
}
.bierwurst {
color: #f2908c;
}
.turnip-the-pink {
color: #eb707e;
}
.rosy-cheeks {
color: #db4d69;
}
/* CSS Variables */
:root {
--alpenglow:#f1beb7;
--roseberry:#f2a6a1;
--bierwurst:#f2908c;
--turnip-the-pink:#eb707e;
--rosy-cheeks:#db4d69;
}