Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.maritime-soft-blue {
color: #69b6c3;
}
.charlotte {
color: #a3dfe6;
}
.windham-cream {
color: #f3e6c9;
}
.peach-punch {
color: #f89b9b;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--maritime-soft-blue:#69b6c3;
--charlotte:#a3dfe6;
--windham-cream:#f3e6c9;
--peach-punch:#f89b9b;
}