Color names in this palette
CSS code for this palette
/* CSS */
.ensign-blue {
color: #3a4d6e;
}
.banh-bot-loc-dumpling {
color: #d2b965;
}
.creamy-sweet-corn {
color: #f4c24e;
}
.carrot {
color: #f66b3c;
}
.burning-tomato {
color: #e94e2f;
}
/* CSS Variables */
:root {
--ensign-blue:#3a4d6e;
--banh-bot-loc-dumpling:#d2b965;
--creamy-sweet-corn:#f4c24e;
--carrot:#f66b3c;
--burning-tomato:#e94e2f;
}