Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.jimbaran-bay {
color: #3f5c64;
}
.north-atlantic {
color: #607d80;
}
.rest-assured {
color: #9cc2c9;
}
.pani-puri {
color: #f3a953;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--jimbaran-bay:#3f5c64;
--north-atlantic:#607d80;
--rest-assured:#9cc2c9;
--pani-puri:#f3a953;
}