Color names in this palette
CSS code for this palette
/* CSS */
.red-power {
color: #d93a3a;
}
.sundown {
color: #f5c99e;
}
.gentle-glow {
color: #f8e6b9;
}
.pistachio-green {
color: #a7d4a0;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--red-power:#d93a3a;
--sundown:#f5c99e;
--gentle-glow:#f8e6b9;
--pistachio-green:#a7d4a0;
--boat-house:#4b8abe;
}