Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3a607e;
}
.blue-chaise {
color: #4a8da5;
}
.squeaky {
color: #6cc0d5;
}
.first-date {
color: #f4b39f;
}
.hot-gossip {
color: #e17a8f;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3a607e;
--blue-chaise:#4a8da5;
--squeaky:#6cc0d5;
--first-date:#f4b39f;
--hot-gossip:#e17a8f;
}