Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.sizzling-red {
color: #ff3d5a;
}
.blush-hour {
color: #ff7092;
}
.cherry-blossom-pink {
color: #ffb8c6;
}
.nosegay {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--sizzling-red:#ff3d5a;
--blush-hour:#ff7092;
--cherry-blossom-pink:#ffb8c6;
--nosegay:#ffe5eb;
}