Color names in this palette
CSS code for this palette
/* CSS */
.platonic-blue {
color: #8ac4ff;
}
.blue-jeans {
color: #6aabf1;
}
.waimea-blue {
color: #4c9dd6;
}
.splish-splash {
color: #3293c8;
}
.skylla {
color: #1d7ebf;
}
/* CSS Variables */
:root {
--platonic-blue:#8ac4ff;
--blue-jeans:#6aabf1;
--waimea-blue:#4c9dd6;
--splish-splash:#3293c8;
--skylla:#1d7ebf;
}