Color names in this palette
CSS code for this palette
/* CSS */
.prom-corsage {
color: #e2bfe8;
}
.foggy-love {
color: #d1c3e9;
}
.arctic-paradise {
color: #b6e6fc;
}
.hollandaise {
color: #ffec3d;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--prom-corsage:#e2bfe8;
--foggy-love:#d1c3e9;
--arctic-paradise:#b6e6fc;
--hollandaise:#ffec3d;
--carrot:#ff6e42;
}