Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6c8e0;
}
.pale-cerulean {
color: #a1c3e3;
}
.hammam-blue {
color: #66d6d4;
}
.calabrese {
color: #f1a8a2;
}
.koji-orange {
color: #f7b24b;
}
/* CSS Variables */
:root {
--purity:#d6c8e0;
--pale-cerulean:#a1c3e3;
--hammam-blue:#66d6d4;
--calabrese:#f1a8a2;
--koji-orange:#f7b24b;
}