Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.first-post {
color: #2ac0a0;
}
.aphrodite-aqua {
color: #3be8c8;
}
.ocean-in-a-bowl {
color: #69e2b6;
}
.icery {
color: #a5f8e1;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--first-post:#2ac0a0;
--aphrodite-aqua:#3be8c8;
--ocean-in-a-bowl:#69e2b6;
--icery:#a5f8e1;
}