Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.chinese-porcelain {
color: #3a5b7e;
}
.cropper-blue {
color: #5c7a99;
}
.goluboy-blue {
color: #8db9e2;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--chinese-porcelain:#3a5b7e;
--cropper-blue:#5c7a99;
--goluboy-blue:#8db9e2;
--solar-plexus-chakra:#f1cb4b;
}