Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3e5b7e;
}
.adriatic-blue {
color: #5b8b9a;
}
.sky-babe {
color: #85c0d6;
}
.jemima {
color: #f3d57c;
}
.rosy-outlook {
color: #f7aaa1;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3e5b7e;
--adriatic-blue:#5b8b9a;
--sky-babe:#85c0d6;
--jemima:#f3d57c;
--rosy-outlook:#f7aaa1;
}