Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f2cad4;
}
.bleached-spruce {
color: #b7d9b0;
}
.corydalis-blue {
color: #a2c8d7;
}
.pasta {
color: #f8e2af;
}
.childhood-crush {
color: #e06c6c;
}
/* CSS Variables */
:root {
--mountain-laurel:#f2cad4;
--bleached-spruce:#b7d9b0;
--corydalis-blue:#a2c8d7;
--pasta:#f8e2af;
--childhood-crush:#e06c6c;
}