Color names in this palette
CSS code for this palette
/* CSS */
.blue-depths {
color: #293c65;
}
.berry-pie {
color: #4f6d8c;
}
.madras-blue {
color: #9dc4d8;
}
.golden-koi {
color: #e7a34b;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blue-depths:#293c65;
--berry-pie:#4f6d8c;
--madras-blue:#9dc4d8;
--golden-koi:#e7a34b;
--vampire-red:#d63f2e;
}