Color names in this palette
CSS code for this palette
/* CSS */
.space-cadet {
color: #1d2a4e;
}
.blue-flag {
color: #3a4f73;
}
.rushing-river {
color: #5d7898;
}
.blue-ballerina {
color: #b5c7d9;
}
.iced-vovo {
color: #e2a6b4;
}
/* CSS Variables */
:root {
--space-cadet:#1d2a4e;
--blue-flag:#3a4f73;
--rushing-river:#5d7898;
--blue-ballerina:#b5c7d9;
--iced-vovo:#e2a6b4;
}