Color names in this palette
CSS code for this palette
/* CSS */
.hydrangea-pink {
color: #e3b5c8;
}
.dreamsicle {
color: #f7d5c0;
}
.cr-me-de-la-cr-me {
color: #f3e6b4;
}
.cactus-spike {
color: #c0e09f;
}
.astral-spirit {
color: #8dc3e7;
}
/* CSS Variables */
:root {
--hydrangea-pink:#e3b5c8;
--dreamsicle:#f7d5c0;
--cr-me-de-la-cr-me:#f3e6b4;
--cactus-spike:#c0e09f;
--astral-spirit:#8dc3e7;
}