Color names in this palette
CSS code for this palette
/* CSS */
.purple-starburst {
color: #af6e92;
}
.sekichiku-pink {
color: #e4afbf;
}
.pismo-dunes {
color: #f6d6a2;
}
.koji-orange {
color: #f3af49;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--purple-starburst:#af6e92;
--sekichiku-pink:#e4afbf;
--pismo-dunes:#f6d6a2;
--koji-orange:#f3af49;
--halt-and-catch-fire:#ff6933;
}