Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3c5a9a;
}
.ocean-tropic {
color: #65a6d2;
}
.azure-sky {
color: #b2e7f5;
}
.australian-apricot {
color: #f3c6a5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--muted-lavender:#3c5a9a;
--ocean-tropic:#65a6d2;
--azure-sky:#b2e7f5;
--australian-apricot:#f3c6a5;
--grapefruit-pulp:#ff6e61;
}