Color names in this palette
CSS code for this palette
/* CSS */
.mallorca-blue {
color: #4f7e92;
}
.drip {
color: #a5c9d5;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--mallorca-blue:#4f7e92;
--drip:#a5c9d5;
--smooth-as-corn-silk:#f6e5b1;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}