Color names in this palette
CSS code for this palette
/* CSS */
.blue-plate {
color: #5c7d9d;
}
.virginia-blue {
color: #b7c4d7;
}
.golden-corn {
color: #f2b76e;
}
.dusty-orange {
color: #e06e48;
}
.warming-heart {
color: #d14e3d;
}
/* CSS Variables */
:root {
--blue-plate:#5c7d9d;
--virginia-blue:#b7c4d7;
--golden-corn:#f2b76e;
--dusty-orange:#e06e48;
--warming-heart:#d14e3d;
}