Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4c98c8;
}
.violet-kiss {
color: #f5a3d8;
}
.purple-kush {
color: #d17ac9;
}
.cotton-candy-grape {
color: #dac74e;
}
.pesto-calabrese {
color: #f3992b;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4c98c8;
--violet-kiss:#f5a3d8;
--purple-kush:#d17ac9;
--cotton-candy-grape:#dac74e;
--pesto-calabrese:#f3992b;
}