Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f5b2b2;
}
.pink-beach {
color: #f5c2a8;
}
.pismo-dunes {
color: #f5d6a3;
}
.venetian-yellow {
color: #f5e59e;
}
.shalimar {
color: #f8f9a4;
}
/* CSS Variables */
:root {
--brain-pink:#f5b2b2;
--pink-beach:#f5c2a8;
--pismo-dunes:#f5d6a3;
--venetian-yellow:#f5e59e;
--shalimar:#f8f9a4;
}