Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.samoan-sun {
color: #f8bf44;
}
.wax-yellow {
color: #eae9a4;
}
.light-deluxe-days {
color: #a4d4ea;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--samoan-sun:#f8bf44;
--wax-yellow:#eae9a4;
--light-deluxe-days:#a4d4ea;
--boat-house:#4b8abe;
}