Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.biscuit-cream {
color: #f9ccb9;
}
.foundation {
color: #f7e9c5;
}
.basil-smash {
color: #b3e7a2;
}
.terrace-pool {
color: #a3d9e0;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--biscuit-cream:#f9ccb9;
--foundation:#f7e9c5;
--basil-smash:#b3e7a2;
--terrace-pool:#a3d9e0;
}