Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.medium-turquoise {
color: #4bd8d5;
}
.everest {
color: #a1e2df;
}
.laundry-white {
color: #f5f8f1;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--medium-turquoise:#4bd8d5;
--everest:#a1e2df;
--laundry-white:#f5f8f1;
--pompelmo:#ff6b6b;
}