Color names in this palette
CSS code for this palette
/* CSS */
.noble-knight {
color: #3a4b78;
}
.flounce {
color: #4b8a8b;
}
.dusty-jade-green {
color: #74b49b;
}
.boxwood-yellow {
color: #f0e4a8;
}
.orangeville {
color: #e86e5e;
}
/* CSS Variables */
:root {
--noble-knight:#3a4b78;
--flounce:#4b8a8b;
--dusty-jade-green:#74b49b;
--boxwood-yellow:#f0e4a8;
--orangeville:#e86e5e;
}