Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.milk-froth {
color: #ffedcc;
}
.lamplight {
color: #ffd042;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--wildflower-bouquet:#ffb3b3;
--milk-froth:#ffedcc;
--lamplight:#ffd042;
--soviet-gold:#ffd900;
}