Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f2a6b5;
}
.sweetheart {
color: #f4c3d6;
}
.ephemeral-peach {
color: #fce1d4;
}
.atoll-sand {
color: #ffcf9e;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--princess:#f2a6b5;
--sweetheart:#f4c3d6;
--ephemeral-peach:#fce1d4;
--atoll-sand:#ffcf9e;
--soviet-gold:#ffd900;
}