Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.holiday {
color: #80c6b8;
}
.basil-smash {
color: #b6e2a2;
}
.citrus-sachet {
color: #f6c9a7;
}
.sweet-heart {
color: #e9aab4;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--holiday:#80c6b8;
--basil-smash:#b6e2a2;
--citrus-sachet:#f6c9a7;
--sweet-heart:#e9aab4;
}