Color names in this palette
CSS code for this palette
/* CSS */
.hipster-salmon {
color: #ff7f6b;
}
.hibiscus-delight {
color: #ff9b70;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.august-morning {
color: #ffd89e;
}
.lazy-summer-day {
color: #fff4c2;
}
/* CSS Variables */
:root {
--hipster-salmon:#ff7f6b;
--hibiscus-delight:#ff9b70;
--isn-t-it-just-peachy:#ffb375;
--august-morning:#ffd89e;
--lazy-summer-day:#fff4c2;
}