Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a1e2e1;
}
.soft-turquoise {
color: #73d4d1;
}
.sea-serpent {
color: #4cc8c8;
}
.island-aqua {
color: #2ab7b2;
}
.regula-barbara-blue {
color: #009996;
}
/* CSS Variables */
:root {
--everest:#a1e2e1;
--soft-turquoise:#73d4d1;
--sea-serpent:#4cc8c8;
--island-aqua:#2ab7b2;
--regula-barbara-blue:#009996;
}