Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d3c5e7;
}
.high-style {
color: #a8b3d6;
}
.ashton-skies {
color: #7a8bb3;
}
.cobalt-flame {
color: #496f9c;
}
.nautical {
color: #2b4b7d;
}
/* CSS Variables */
:root {
--foggy-love:#d3c5e7;
--high-style:#a8b3d6;
--ashton-skies:#7a8bb3;
--cobalt-flame:#496f9c;
--nautical:#2b4b7d;
}