Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0095a8;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.highlighter-yellow {
color: #f0e13d;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--brilliant:#0095a8;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--highlighter-yellow:#f0e13d;
--porcelain-rose:#ef6c6c;
}