Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.it-s-a-girl {
color: #ffdbe3;
}
.friendship {
color: #ffd5c2;
}
.neon-boneyard {
color: #dfc2ff;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--wildflower-bouquet:#ffb3b3;
--it-s-a-girl:#ffdbe3;
--friendship:#ffd5c2;
--neon-boneyard:#dfc2ff;
}