Color names in this palette
CSS code for this palette
/* CSS */
.samoan-sun {
color: #f5b942;
}
.question-mark-block {
color: #f09c47;
}
.coral-gold {
color: #d66f4c;
}
.bing-cherry-pie {
color: #ab4f67;
}
.seance {
color: #6b2a6f;
}
/* CSS Variables */
:root {
--samoan-sun:#f5b942;
--question-mark-block:#f09c47;
--coral-gold:#d66f4c;
--bing-cherry-pie:#ab4f67;
--seance:#6b2a6f;
}