Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #f74b8a;
}
.strawberry-shortcake {
color: #f88b9a;
}
.sullivan-s-heart {
color: #f8c4d3;
}
.blush-tint {
color: #f4e1e6;
}
.distant-horizon {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--french-rose:#f74b8a;
--strawberry-shortcake:#f88b9a;
--sullivan-s-heart:#f8c4d3;
--blush-tint:#f4e1e6;
--distant-horizon:#f1f7f8;
}