Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.pink-cattleya {
color: #ffb3d1;
}
.peach-cream {
color: #ffefdb;
}
.soviet-gold {
color: #ffd900;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--pink-cattleya:#ffb3d1;
--peach-cream:#ffefdb;
--soviet-gold:#ffd900;
--sizzling-red:#ff3d5a;
}