Color names in this palette
CSS code for this palette
/* CSS */
.mellow-rose {
color: #d9a5a1;
}
.maximum-yellow-red {
color: #f1b74b;
}
.maui-mist {
color: #edf1f2;
}
.blue-bay {
color: #5d9bd5;
}
.petrol-green {
color: #4f9c8a;
}
/* CSS Variables */
:root {
--mellow-rose:#d9a5a1;
--maximum-yellow-red:#f1b74b;
--maui-mist:#edf1f2;
--blue-bay:#5d9bd5;
--petrol-green:#4f9c8a;
}