Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #192b4d;
}
.chinese-porcelain {
color: #3f5d7d;
}
.pale-flower {
color: #6b8cae;
}
.children-s-soft-blue {
color: #a2d1d7;
}
.frosty-mint {
color: #e5f5f0;
}
/* CSS Variables */
:root {
--rurikon-blue:#192b4d;
--chinese-porcelain:#3f5d7d;
--pale-flower:#6b8cae;
--children-s-soft-blue:#a2d1d7;
--frosty-mint:#e5f5f0;
}