Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a15e8d;
}
.prayer-flag {
color: #d59b6d;
}
.gilded {
color: #f1de4b;
}
.crystal-green {
color: #a3db7b;
}
.petrol-green {
color: #4f9c8d;
}
/* CSS Variables */
:root {
--thimble-red:#a15e8d;
--prayer-flag:#d59b6d;
--gilded:#f1de4b;
--crystal-green:#a3db7b;
--petrol-green:#4f9c8d;
}