Color names in this palette
CSS code for this palette
/* CSS */
.sand-island {
color: #f6d1c1;
}
.first-date {
color: #f4b69f;
}
.blush {
color: #f49d90;
}
.salmon-pok-bowl {
color: #f67979;
}
.dubarry {
color: #f55c69;
}
/* CSS Variables */
:root {
--sand-island:#f6d1c1;
--first-date:#f4b69f;
--blush:#f49d90;
--salmon-pok-bowl:#f67979;
--dubarry:#f55c69;
}