Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.young-bamboo {
color: #69bf8a;
}
.yellow-tulip {
color: #f7d06e;
}
.bergamot-orange {
color: #f19e5b;
}
.natural-candy-pink {
color: #e1707b;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--young-bamboo:#69bf8a;
--yellow-tulip:#f7d06e;
--bergamot-orange:#f19e5b;
--natural-candy-pink:#e1707b;
}