Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.aftercare {
color: #83c0d2;
}
.gentle-glow {
color: #f7e6bb;
}
.just-blush {
color: #f9b4a4;
}
.warming-heart {
color: #d44c3a;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--aftercare:#83c0d2;
--gentle-glow:#f7e6bb;
--just-blush:#f9b4a4;
--warming-heart:#d44c3a;
}