Color names in this palette
CSS code for this palette
/* CSS */
.astral {
color: #396a89;
}
.pass-time-blue {
color: #5b9cb3;
}
.soft-turquoise {
color: #79d1d2;
}
.jambalaya {
color: #f5b370;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--astral:#396a89;
--pass-time-blue:#5b9cb3;
--soft-turquoise:#79d1d2;
--jambalaya:#f5b370;
--orange-gluttony:#e77e23;
}