Color names in this palette
CSS code for this palette
/* CSS */
.healing-aloe {
color: #b6c9b1;
}
.french-pass {
color: #a3d0e0;
}
.majestic-treasures {
color: #f2e7a1;
}
.saffron-gold {
color: #f08c00;
}
.coral-gold {
color: #d56b4d;
}
/* CSS Variables */
:root {
--healing-aloe:#b6c9b1;
--french-pass:#a3d0e0;
--majestic-treasures:#f2e7a1;
--saffron-gold:#f08c00;
--coral-gold:#d56b4d;
}