Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.north-wind {
color: #4ac0c4;
}
.aruba-blue {
color: #7bd1d5;
}
.squash-blossom {
color: #f9b339;
}
.teri-gaki-persimmon {
color: #e95d3a;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--north-wind:#4ac0c4;
--aruba-blue:#7bd1d5;
--squash-blossom:#f9b339;
--teri-gaki-persimmon:#e95d3a;
}