Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.montego-bay {
color: #3cc3bf;
}
.hammam-blue {
color: #6be1d5;
}
.east-cape {
color: #b2f5e0;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--montego-bay:#3cc3bf;
--hammam-blue:#6be1d5;
--east-cape:#b2f5e0;
--n-rang-orange:#ff8052;
}