Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a2c0;
}
.almond-cream {
color: #f4c19f;
}
.storm-lightning {
color: #f7e69c;
}
.lime-granita {
color: #dce1b7;
}
.ocean-boulevard {
color: #a2c8c5;
}
/* CSS Variables */
:root {
--think-pink:#e7a2c0;
--almond-cream:#f4c19f;
--storm-lightning:#f7e69c;
--lime-granita:#dce1b7;
--ocean-boulevard:#a2c8c5;
}