Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3c5b80;
}
.blue-iolite {
color: #5a7fbf;
}
.adrift-on-the-nile {
color: #8db3e2;
}
.yellow-cream {
color: #f0d36a;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3c5b80;
--blue-iolite:#5a7fbf;
--adrift-on-the-nile:#8db3e2;
--yellow-cream:#f0d36a;
--miami-marmalade:#f28e1c;
}