Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8c8e;
}
.verdigris {
color: #3eb1af;
}
.hammam-blue {
color: #6ce0d2;
}
.ice-citadel {
color: #b4f3f3;
}
.nun-orchid {
color: #f7f6e8;
}
/* CSS Variables */
:root {
--river-fountain:#1f8c8e;
--verdigris:#3eb1af;
--hammam-blue:#6ce0d2;
--ice-citadel:#b4f3f3;
--nun-orchid:#f7f6e8;
}