Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.illuminated {
color: #f9e5d7;
}
.space-wolves-grey {
color: #dae5f1;
}
.catch-the-wave {
color: #b4d9d8;
}
.spring-sun {
color: #f0f0c7;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--illuminated:#f9e5d7;
--space-wolves-grey:#dae5f1;
--catch-the-wave:#b4d9d8;
--spring-sun:#f0f0c7;
}