Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f8c2b4;
}
.princess {
color: #f3a5b5;
}
.venetian-rose {
color: #f1c6e0;
}
.frosty-soft-blue {
color: #b2e0e1;
}
.booty-bay {
color: #80c6c4;
}
/* CSS Variables */
:root {
--apricot-obsession:#f8c2b4;
--princess:#f3a5b5;
--venetian-rose:#f1c6e0;
--frosty-soft-blue:#b2e0e1;
--booty-bay:#80c6c4;
}