Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.bleached-apricot {
color: #f7c7ab;
}
.strawberry-soap {
color: #f58a9a;
}
.carmine-rose {
color: #e65b8e;
}
.byzantine {
color: #b83d9b;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--bleached-apricot:#f7c7ab;
--strawberry-soap:#f58a9a;
--carmine-rose:#e65b8e;
--byzantine:#b83d9b;
}