Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e1b1;
}
.lion-cub {
color: #f8caa5;
}
.rosy-outlook {
color: #f6aba2;
}
.camaron-pink {
color: #f77e8c;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e1b1;
--lion-cub:#f8caa5;
--rosy-outlook:#f6aba2;
--camaron-pink:#f77e8c;
--sugar-rush:#d85f9c;
}