Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.gem {
color: #4b5c8b;
}
.jean-jacket-blue {
color: #7c8ea2;
}
.porch-ceiling {
color: #a3b3b8;
}
.delicate-lace {
color: #f2e6d4;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--gem:#4b5c8b;
--jean-jacket-blue:#7c8ea2;
--porch-ceiling:#a3b3b8;
--delicate-lace:#f2e6d4;
}