Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.apricot-glow {
color: #ffce7a;
}
.fuzzy-navel {
color: #ffd59e;
}
.cornflower-lilac {
color: #ffadad;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--apricot-glow:#ffce7a;
--fuzzy-navel:#ffd59e;
--cornflower-lilac:#ffadad;
--kisses-and-hugs:#ff667d;
}