Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.bastard-amber {
color: #ffce8a;
}
.kisses-and-hugs {
color: #ff667d;
}
.la-vie-en-rose {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--bastard-amber:#ffce8a;
--kisses-and-hugs:#ff667d;
--la-vie-en-rose:#d4a5a5;
}