Color names in this palette
CSS code for this palette
/* CSS */
.caspian-sea {
color: #4f6d92;
}
.seaborne {
color: #79a7c8;
}
.midwinter-mist {
color: #a3d2db;
}
.first-peach {
color: #f4c8c8;
}
.honey-carrot-cake {
color: #ff9a57;
}
/* CSS Variables */
:root {
--caspian-sea:#4f6d92;
--seaborne:#79a7c8;
--midwinter-mist:#a3d2db;
--first-peach:#f4c8c8;
--honey-carrot-cake:#ff9a57;
}