Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d6;
}
.ballet-slippers {
color: #f9a4b1;
}
.amber-yellow {
color: #f8b659;
}
.golden-opportunity {
color: #f9c16c;
}
.bottlebrush-blossom {
color: #e9ebb2;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d6;
--ballet-slippers:#f9a4b1;
--amber-yellow:#f8b659;
--golden-opportunity:#f9c16c;
--bottlebrush-blossom:#e9ebb2;
}