Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d3;
}
.rozowy-pink {
color: #f5a8b8;
}
.fruity-licious {
color: #f78d90;
}
.akebono-dawn {
color: #f87963;
}
.orange-soda {
color: #f55c3d;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d3;
--rozowy-pink:#f5a8b8;
--fruity-licious:#f78d90;
--akebono-dawn:#f87963;
--orange-soda:#f55c3d;
}