Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a6b8c;
}
.scanda {
color: #6e8eaa;
}
.everlasting {
color: #a1bfd9;
}
.peach-damask {
color: #f6c5a7;
}
.sour-cherry {
color: #e3493b;
}
/* CSS Variables */
:root {
--revel-blue:#4a6b8c;
--scanda:#6e8eaa;
--everlasting:#a1bfd9;
--peach-damask:#f6c5a7;
--sour-cherry:#e3493b;
}