Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.fine-blue {
color: #b6e2e0;
}
.frosty-mint {
color: #e2f8f3;
}
.havana-cream {
color: #f9e6c3;
}
.pressed-rose {
color: #f1a7a7;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--fine-blue:#b6e2e0;
--frosty-mint:#e2f8f3;
--havana-cream:#f9e6c3;
--pressed-rose:#f1a7a7;
}