Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.jade-spell {
color: #c1e6d4;
}
.applemint-soda {
color: #f2f6e9;
}
.honey-butter {
color: #f8d39b;
}
.firecracker-salmon {
color: #f45d5d;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--jade-spell:#c1e6d4;
--applemint-soda:#f2f6e9;
--honey-butter:#f8d39b;
--firecracker-salmon:#f45d5d;
}