Color names in this palette
CSS code for this palette
/* CSS */
.flounce {
color: #4d8a8f;
}
.luna-moona {
color: #6fc7c8;
}
.smooth-satin {
color: #a2d8d1;
}
.mellow-apricot {
color: #f9b876;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--flounce:#4d8a8f;
--luna-moona:#6fc7c8;
--smooth-satin:#a2d8d1;
--mellow-apricot:#f9b876;
--breeze-of-chilli:#f56b6b;
}