Color names in this palette
CSS code for this palette
/* CSS */
.dewkist {
color: #c6d0c2;
}
.pink-scallop {
color: #f1dfd5;
}
.first-date {
color: #f4b49f;
}
.vinaceous-cinnamon {
color: #f78d88;
}
.love-letter {
color: #e6658c;
}
/* CSS Variables */
:root {
--dewkist:#c6d0c2;
--pink-scallop:#f1dfd5;
--first-date:#f4b49f;
--vinaceous-cinnamon:#f78d88;
--love-letter:#e6658c;
}