Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.verditer {
color: #00b3aa;
}
.turquoise {
color: #00c7a6;
}
.sparkling-mint {
color: #a3e0d3;
}
.peaceful-rain {
color: #f2f8f3;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--verditer:#00b3aa;
--turquoise:#00c7a6;
--sparkling-mint:#a3e0d3;
--peaceful-rain:#f2f8f3;
}