Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.rosy-outlook {
color: #f9aa9f;
}
.orange-marmalade {
color: #fbac74;
}
.rodan-gold {
color: #fddd5d;
}
.splendor-gold {
color: #ffb24d;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--rosy-outlook:#f9aa9f;
--orange-marmalade:#fbac74;
--rodan-gold:#fddd5d;
--splendor-gold:#ffb24d;
}