Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.watercourse {
color: #5dcfd5;
}
.everest {
color: #a1e3e0;
}
.bleached-silk {
color: #f2f2f2;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--watercourse:#5dcfd5;
--everest:#a1e3e0;
--bleached-silk:#f2f2f2;
--blush-hour:#ff7092;
}