Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.hawaiian-passion {
color: #ffa13d;
}
.vibrant {
color: #ffd54d;
}
.bicycle-yellow {
color: #ffe78f;
}
.sunkissed-yellow {
color: #ffebb8;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--hawaiian-passion:#ffa13d;
--vibrant:#ffd54d;
--bicycle-yellow:#ffe78f;
--sunkissed-yellow:#ffebb8;
}