Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.hawaiian-breeze {
color: #76c7e0;
}
.spinnaker {
color: #a3e0df;
}
.sunset-gold {
color: #f4c162;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--hawaiian-breeze:#76c7e0;
--spinnaker:#a3e0df;
--sunset-gold:#f4c162;
--wiener-schnitzel:#f09c00;
}