Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0097a8;
}
.verditer {
color: #00bdad;
}
.aquamarine {
color: #1ce9b5;
}
.mint-macaron {
color: #b1eaf2;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--brilliant:#0097a8;
--verditer:#00bdad;
--aquamarine:#1ce9b5;
--mint-macaron:#b1eaf2;
--coastal-breeze:#e0f7fa;
}