Color names in this palette
CSS code for this palette
/* CSS */
.first-post {
color: #34b7a1;
}
.medium-turquoise {
color: #40d4d4;
}
.near-moon {
color: #5be4e6;
}
.mint-tea {
color: #a6f2e0;
}
.peaceful-rain {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--first-post:#34b7a1;
--medium-turquoise:#40d4d4;
--near-moon:#5be4e6;
--mint-tea:#a6f2e0;
--peaceful-rain:#f1f8f4;
}