Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.blue-grotto {
color: #4da8c7;
}
.terrace-pool {
color: #a3d7e0;
}
.hawaiian-cream {
color: #f9e6b9;
}
.quince-jelly {
color: #f28f2c;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--blue-grotto:#4da8c7;
--terrace-pool:#a3d7e0;
--hawaiian-cream:#f9e6b9;
--quince-jelly:#f28f2c;
}