Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4a8c;
}
.moonshade {
color: #5b719f;
}
.northern-sky {
color: #8eabcd;
}
.diluted-blue {
color: #b7dff1;
}
.pale-marigold {
color: #ffbd42;
}
/* CSS Variables */
:root {
--tory-blue:#3b4a8c;
--moonshade:#5b719f;
--northern-sky:#8eabcd;
--diluted-blue:#b7dff1;
--pale-marigold:#ffbd42;
}