Color names in this palette
CSS code for this palette
/* CSS */
.manitou-blue {
color: #5b919f;
}
.dancing-in-the-rain {
color: #aac5d5;
}
.cavern-pink {
color: #e2b9b1;
}
.splash {
color: #f2d89c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--manitou-blue:#5b919f;
--dancing-in-the-rain:#aac5d5;
--cavern-pink:#e2b9b1;
--splash:#f2d89c;
--grapefruit-pulp:#ff6e61;
}