Color names in this palette
CSS code for this palette
/* CSS */
.australian-apricot {
color: #f5c8a3;
}
.mystic-tulip {
color: #f7b8a1;
}
.young-crab {
color: #f7a09c;
}
.bierwurst {
color: #f18f8e;
}
.bara-red {
color: #e65b6d;
}
/* CSS Variables */
:root {
--australian-apricot:#f5c8a3;
--mystic-tulip:#f7b8a1;
--young-crab:#f7a09c;
--bierwurst:#f18f8e;
--bara-red:#e65b6d;
}