Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5c8a8a;
}
.holly-glen {
color: #a0b6b2;
}
.cupcake-rose {
color: #e6c8b7;
}
.prosecco {
color: #f8d5a5;
}
.masoho-red {
color: #d67d6b;
}
/* CSS Variables */
:root {
--steel-teal:#5c8a8a;
--holly-glen:#a0b6b2;
--cupcake-rose:#e6c8b7;
--prosecco:#f8d5a5;
--masoho-red:#d67d6b;
}