Color names in this palette
CSS code for this palette
/* CSS */
.adriatic-blue {
color: #5b8b9a;
}
.frozen-blue {
color: #a6c4d9;
}
.menoth-white-base {
color: #f1e9b7;
}
.exciting-orange {
color: #f1b07e;
}
.roman {
color: #d75b5d;
}
/* CSS Variables */
:root {
--adriatic-blue:#5b8b9a;
--frozen-blue:#a6c4d9;
--menoth-white-base:#f1e9b7;
--exciting-orange:#f1b07e;
--roman:#d75b5d;
}