Color names in this palette
CSS code for this palette
/* CSS */
.slate-blue {
color: #5f7c9b;
}
.tropical-bay {
color: #9fb7af;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.priceless-coral {
color: #e9a98b;
}
.cranapple {
color: #d67d7a;
}
/* CSS Variables */
:root {
--slate-blue:#5f7c9b;
--tropical-bay:#9fb7af;
--lover-s-hideaway:#d1c6b3;
--priceless-coral:#e9a98b;
--cranapple:#d67d7a;
}