Color names in this palette
CSS code for this palette
/* CSS */
.cottage-rose {
color: #d9ab9b;
}
.first-date {
color: #f4b4a4;
}
.butter-cupcake {
color: #fddc9b;
}
.smooth-satin {
color: #a5d5d5;
}
.spirit-mountain {
color: #6c8d99;
}
/* CSS Variables */
:root {
--cottage-rose:#d9ab9b;
--first-date:#f4b4a4;
--butter-cupcake:#fddc9b;
--smooth-satin:#a5d5d5;
--spirit-mountain:#6c8d99;
}