Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1e2a3e;
}
.ragtime-blues {
color: #4a5e6d;
}
.lucid-blue {
color: #7b8d9d;
}
.angora-blue {
color: #b7c6d7;
}
.mellow-rose {
color: #daa4a4;
}
/* CSS Variables */
:root {
--yankees-blue:#1e2a3e;
--ragtime-blues:#4a5e6d;
--lucid-blue:#7b8d9d;
--angora-blue:#b7c6d7;
--mellow-rose:#daa4a4;
}