Color names in this palette
CSS code for this palette
/* CSS */
.royal-rum {
color: #a44c4d;
}
.serape {
color: #d68d4c;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.samphire-green {
color: #4cae5b;
}
.gunj-blue {
color: #5b8dae;
}
/* CSS Variables */
:root {
--royal-rum:#a44c4d;
--serape:#d68d4c;
--solar-plexus-chakra:#f0c74c;
--samphire-green:#4cae5b;
--gunj-blue:#5b8dae;
}