Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0097a8;
}
.verditer {
color: #00bdad;
}
.ice-crystal-blue {
color: #a6e3e0;
}
.sun-drenched {
color: #ffe8a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--brilliant:#0097a8;
--verditer:#00bdad;
--ice-crystal-blue:#a6e3e0;
--sun-drenched:#ffe8a3;
--grapefruit-pulp:#ff6e61;
}