Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2a69;
}
.dive-in {
color: #3c4a8b;
}
.cerulean-frost {
color: #689bc4;
}
.yellow-currant {
color: #f5c76b;
}
.warming-heart {
color: #d34d3c;
}
/* CSS Variables */
:root {
--mythical-night:#1c2a69;
--dive-in:#3c4a8b;
--cerulean-frost:#689bc4;
--yellow-currant:#f5c76b;
--warming-heart:#d34d3c;
}