Color names in this palette
CSS code for this palette
/* CSS */
.magic-blue {
color: #3b89b0;
}
.shimmering-brook {
color: #64b2d3;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.almond-cream {
color: #f4c19f;
}
.first-date {
color: #f7aea1;
}
/* CSS Variables */
:root {
--magic-blue:#3b89b0;
--shimmering-brook:#64b2d3;
--ice-crystal-blue:#a5e3e0;
--almond-cream:#f4c19f;
--first-date:#f7aea1;
}