Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4c7d9a;
}
.vast-sky {
color: #a7c7d7;
}
.crescent-moon {
color: #f1e9d0;
}
.deviled-egg {
color: #fdd67c;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--tech-wave:#4c7d9a;
--vast-sky:#a7c7d7;
--crescent-moon:#f1e9d0;
--deviled-egg:#fdd67c;
--ponceau:#f25a76;
}