Color names in this palette
CSS code for this palette
/* CSS */
.skylight {
color: #b7d7d7;
}
.welcoming-wasp {
color: #f0a800;
}
.aphrodisiac {
color: #e95d60;
}
.glisten-yellow {
color: #f7e8ab;
}
.frugal {
color: #a4dab4;
}
/* CSS Variables */
:root {
--skylight:#b7d7d7;
--welcoming-wasp:#f0a800;
--aphrodisiac:#e95d60;
--glisten-yellow:#f7e8ab;
--frugal:#a4dab4;
}