Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a2b5c3;
}
.corally {
color: #fba9a2;
}
.grey-pinstripe {
color: #4c4e52;
}
.enchant {
color: #d2c6d2;
}
.antique-petal {
color: #e9e2e2;
}
/* CSS Variables */
:root {
--sterling-blue:#a2b5c3;
--corally:#fba9a2;
--grey-pinstripe:#4c4e52;
--enchant:#d2c6d2;
--antique-petal:#e9e2e2;
}