Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a7a9;
}
.apricot-obsession {
color: #f9c5b4;
}
.banana-yogurt {
color: #f9e8b4;
}
.mint-cocktail-green {
color: #b2e1b2;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a7a9;
--apricot-obsession:#f9c5b4;
--banana-yogurt:#f9e8b4;
--mint-cocktail-green:#b2e1b2;
--light-sky-babe:#9fd2df;
}