Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.equatorial {
color: #ffce85;
}
.fuzzy-navel {
color: #ffd59e;
}
.mouse-nose {
color: #ffe4b3;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--equatorial:#ffce85;
--fuzzy-navel:#ffd59e;
--mouse-nose:#ffe4b3;
--peach-puff:#ffd9b8;
}