Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #fbc6d8;
}
.salmon {
color: #ff7c6b;
}
.agrellan-badland {
color: #ffb347;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--flower-spell:#fbc6d8;
--salmon:#ff7c6b;
--agrellan-badland:#ffb347;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
}