Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c4a4e5;
}
.dreamy-candy-forest {
color: #b19be8;
}
.tanzine {
color: #718ad6;
}
.ashton-blue {
color: #4a7eba;
}
.sapphire-lace {
color: #1d5c8c;
}
/* CSS Variables */
:root {
--silver-rust:#c4a4e5;
--dreamy-candy-forest:#b19be8;
--tanzine:#718ad6;
--ashton-blue:#4a7eba;
--sapphire-lace:#1d5c8c;
}