Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f6c34c;
}
.bergamot-orange {
color: #f09e5c;
}
.peach-patch {
color: #f7d5a1;
}
.hanami-pink {
color: #f6b1e4;
}
.blue-click {
color: #a6d7e7;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f6c34c;
--bergamot-orange:#f09e5c;
--peach-patch:#f7d5a1;
--hanami-pink:#f6b1e4;
--blue-click:#a6d7e7;
}