Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4b8c;
}
.marvellous {
color: #697eb0;
}
.rip-van-periwinkle {
color: #8ca6d4;
}
.mystic-river {
color: #b8c9e0;
}
.puffy-cloud {
color: #d3e0f3;
}
/* CSS Variables */
:root {
--tory-blue:#3b4b8c;
--marvellous:#697eb0;
--rip-van-periwinkle:#8ca6d4;
--mystic-river:#b8c9e0;
--puffy-cloud:#d3e0f3;
}